diff options
Diffstat (limited to 'plugins/FileAsMessage/IcoLib.h')
-rw-r--r-- | plugins/FileAsMessage/IcoLib.h | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/plugins/FileAsMessage/IcoLib.h b/plugins/FileAsMessage/IcoLib.h new file mode 100644 index 0000000000..77e8625c61 --- /dev/null +++ b/plugins/FileAsMessage/IcoLib.h @@ -0,0 +1,12 @@ +typedef struct {
+ int cbSize;
+ char *pszSection; //section name used to group icons
+ char *pszDescription; //description for options dialog
+ char *pszName; //name to refer to icon when playing and in db
+ char *pszDefaultFile; //default icon file to use
+ int iDefaultIndex;
+} SKINICONDESC;
+
+#define MS_SKIN2_ADDICON "Skin2/Icons/AddIcon"
+#define MS_SKIN2_GETICON "Skin2/Icons/GetIcon"
+#define ME_SKIN2_ICONSCHANGED "Skin2/IconsChanged"
|