summaryrefslogtreecommitdiff
path: root/plugins/Dropbox/src/stdafx.h
diff options
context:
space:
mode:
authorGeorge Hazan <george.hazan@gmail.com>2015-05-11 17:13:29 +0000
committerGeorge Hazan <george.hazan@gmail.com>2015-05-11 17:13:29 +0000
commit9418930c2d211feca1ddeaafa160c3d8ca9a581a (patch)
tree827695e66cc8403f295c56f68fd39c07b38f9543 /plugins/Dropbox/src/stdafx.h
parente8ab90ab839ce55a399280f1920e1afd0fb28424 (diff)
- protocol icon is used in all menus & buttons;
- code formatting git-svn-id: http://svn.miranda-ng.org/main/trunk@13551 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/Dropbox/src/stdafx.h')
-rw-r--r--plugins/Dropbox/src/stdafx.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/plugins/Dropbox/src/stdafx.h b/plugins/Dropbox/src/stdafx.h
index 6e736ded62..a575db9b9c 100644
--- a/plugins/Dropbox/src/stdafx.h
+++ b/plugins/Dropbox/src/stdafx.h
@@ -39,4 +39,9 @@ extern HINSTANCE g_hInstance;
#include "dropbox.h"
+// icons
+void InitializeIcons();
+HANDLE GetIconHandle(int iconId);
+HICON LoadIconEx(int iconId, bool big = false);
+
#endif //_COMMON_H_ \ No newline at end of file