diff options
Diffstat (limited to 'plugins/Dropbox/src/stdafx.h')
-rw-r--r-- | plugins/Dropbox/src/stdafx.h | 5 |
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 |