summaryrefslogtreecommitdiff
path: root/Source/Asura.Editor/System/MenuController.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/Asura.Editor/System/MenuController.h')
-rw-r--r--Source/Asura.Editor/System/MenuController.h15
1 files changed, 15 insertions, 0 deletions
diff --git a/Source/Asura.Editor/System/MenuController.h b/Source/Asura.Editor/System/MenuController.h
new file mode 100644
index 0000000..2deb21e
--- /dev/null
+++ b/Source/Asura.Editor/System/MenuController.h
@@ -0,0 +1,15 @@
+#ifndef _ASURA_EDITOR_MENU_CONTROLLER_H_
+#define _ASURA_EDITOR_MENU_CONTROLLER_H_
+
+#include <asura-base/Classes.h>
+
+namespace_begin(AsuraEditor)
+
+struct MenuItem;
+
+
+
+
+namespace_end
+
+#endif