summaryrefslogtreecommitdiff
path: root/otr/menu.h
diff options
context:
space:
mode:
Diffstat (limited to 'otr/menu.h')
-rw-r--r--otr/menu.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/otr/menu.h b/otr/menu.h
new file mode 100644
index 0000000..bd1c190
--- /dev/null
+++ b/otr/menu.h
@@ -0,0 +1,9 @@
+#ifndef _MENU_INC
+#define _MENU_INC
+
+void FixMenuIcons();
+
+void InitMenu();
+void DeinitMenu();
+
+#endif