summaryrefslogtreecommitdiff
path: root/menus.h
diff options
context:
space:
mode:
Diffstat (limited to 'menus.h')
-rw-r--r--menus.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/menus.h b/menus.h
new file mode 100644
index 0000000..89681a1
--- /dev/null
+++ b/menus.h
@@ -0,0 +1,12 @@
+#ifndef BDE_MENUS_H
+#define BDE_MENUS_H
+
+#include "basemenu.h"
+
+#include "editbox.h"
+#include "editor.h"
+
+Menubar *create_main_menubar(Editor *, EditBox *);
+
+#endif
+