summaryrefslogtreecommitdiff
path: root/plugins/MirOTR/src/icons.h
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/MirOTR/src/icons.h')
-rw-r--r--plugins/MirOTR/src/icons.h13
1 files changed, 13 insertions, 0 deletions
diff --git a/plugins/MirOTR/src/icons.h b/plugins/MirOTR/src/icons.h
new file mode 100644
index 0000000000..039b455773
--- /dev/null
+++ b/plugins/MirOTR/src/icons.h
@@ -0,0 +1,13 @@
+#pragma once
+#define ICON_FINISHED (MODULENAME"_finished")
+#define ICON_UNVERIFIED (MODULENAME"_unverified")
+#define ICON_PRIVATE (MODULENAME"_private")
+#define ICON_NOT_PRIVATE (MODULENAME"_not_private")
+#define ICON_OTR (MODULENAME"_otr")
+#define ICON_REFRESH (MODULENAME"_refresh")
+
+void InitIcons();
+HICON LoadIcon(const char* name, int big);
+HANDLE GetIconHandle(const char* name);
+void ReleaseIcon(const char* name, int big);
+void ReleaseIcon(HICON handle, int big); \ No newline at end of file