diff options
Diffstat (limited to 'MySpace/srmm_icon.h')
-rw-r--r-- | MySpace/srmm_icon.h | 7 |
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
|