summaryrefslogtreecommitdiff
path: root/plugins/NoHistory/src/icons.h
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/NoHistory/src/icons.h')
-rw-r--r--plugins/NoHistory/src/icons.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/plugins/NoHistory/src/icons.h b/plugins/NoHistory/src/icons.h
new file mode 100644
index 0000000000..88fae4be67
--- /dev/null
+++ b/plugins/NoHistory/src/icons.h
@@ -0,0 +1,9 @@
+#ifndef _ICONS_INC
+#define _ICONS_INC
+
+extern HICON hIconRemove, hIconKeep, hIconClear;
+
+void InitIcons();
+void DeinitIcons();
+
+#endif