summaryrefslogtreecommitdiff
path: root/iax/icons.h
diff options
context:
space:
mode:
Diffstat (limited to 'iax/icons.h')
-rw-r--r--iax/icons.h9
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