summaryrefslogtreecommitdiff
path: root/source/Asura.Editor/controls/panel.h
diff options
context:
space:
mode:
Diffstat (limited to 'source/Asura.Editor/controls/panel.h')
-rw-r--r--source/Asura.Editor/controls/panel.h16
1 files changed, 16 insertions, 0 deletions
diff --git a/source/Asura.Editor/controls/panel.h b/source/Asura.Editor/controls/panel.h
index e69de29..b485635 100644
--- a/source/Asura.Editor/controls/panel.h
+++ b/source/Asura.Editor/controls/panel.h
@@ -0,0 +1,16 @@
+#ifndef __ASURA_EDITOR_GUI_BUTTON_H__
+#define __ASURA_EDITOR_GUI_BUTTON_H__
+
+#include <asura-utils/classes.h>
+
+namespace_begin(AsuraEditor)
+
+/// IMGUI panel
+class Panel
+{
+
+};
+
+namespace_end
+
+#endif