diff options
Diffstat (limited to 'no_history/icons.h')
-rw-r--r-- | no_history/icons.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/no_history/icons.h b/no_history/icons.h new file mode 100644 index 0000000..88fae4b --- /dev/null +++ b/no_history/icons.h @@ -0,0 +1,9 @@ +#ifndef _ICONS_INC
+#define _ICONS_INC
+
+extern HICON hIconRemove, hIconKeep, hIconClear;
+
+void InitIcons();
+void DeinitIcons();
+
+#endif
|