aboutsummaryrefslogtreecommitdiffstats
path: root/src/main_menu.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/main_menu.h')
-rw-r--r--src/main_menu.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/main_menu.h b/src/main_menu.h
new file mode 100644
index 0000000..2ed9ed6
--- /dev/null
+++ b/src/main_menu.h
@@ -0,0 +1,8 @@
+#ifndef MAIN_MENU_H
+#define MAIN_MENU_H
+
+#import <Cocoa/Cocoa.h>
+
+NSMenu *main_menu_create();
+
+#endif /* MAIN_MENU_H */