diff options
Diffstat (limited to 'source/Asura.Editor/controls/panel.cpp')
-rw-r--r-- | source/Asura.Editor/controls/panel.cpp | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/source/Asura.Editor/controls/panel.cpp b/source/Asura.Editor/controls/panel.cpp index e69de29..2e6e2cc 100644 --- a/source/Asura.Editor/controls/panel.cpp +++ b/source/Asura.Editor/controls/panel.cpp @@ -0,0 +1,16 @@ +#include "gui_button.h" + +namespace_begin(AsuraEditor) + +class GUIWindow +{ +public: + + GUIWindow(); + ~GUIWindow(); + +}; + + + +namespace_end |