summaryrefslogtreecommitdiff
path: root/menus.h
diff options
context:
space:
mode:
authorTzafrir Cohen <tzafrir@cohens.org.il>2012-09-07 15:14:04 +0300
committerTzafrir Cohen <tzafrir@cohens.org.il>2012-09-07 15:14:04 +0300
commitd4d16198c2924b1085258c0b6562b562c7df3c29 (patch)
treed160aabd972fee403621b84cf1fc7848e98d45b9 /menus.h
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
+