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