summaryrefslogtreecommitdiff
path: root/MySpace/srmm_icon.h
diff options
context:
space:
mode:
authorsje <sje@4f64403b-2f21-0410-a795-97e2b3489a10>2007-07-11 04:06:41 +0000
committersje <sje@4f64403b-2f21-0410-a795-97e2b3489a10>2007-07-11 04:06:41 +0000
commit5defa31f80b79a977dbdf1c9c95874106d8491ac (patch)
tree0c3fb9c7286982b7ef2101b2cfc94d86d73fec83 /MySpace/srmm_icon.h
parent03d3438ca1a604d12ad786743a987eacfcb18632 (diff)
fix srmm icon click to only show menu when zap button is pressed
added missing files git-svn-id: https://server.scottellis.com.au/svn/mim_plugs@274 4f64403b-2f21-0410-a795-97e2b3489a10
Diffstat (limited to 'MySpace/srmm_icon.h')
-rw-r--r--MySpace/srmm_icon.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/MySpace/srmm_icon.h b/MySpace/srmm_icon.h
new file mode 100644
index 0000000..29114d7
--- /dev/null
+++ b/MySpace/srmm_icon.h
@@ -0,0 +1,7 @@
+#ifndef _SRMM_ICON_INC
+#define _SRMM_ICON_INC
+
+void InitSRMMIcon();
+void DeinitSRMMIcon();
+
+#endif