diff options
Diffstat (limited to 'Source/Asura.Editor/Controls/GUIPanel.h')
-rw-r--r-- | Source/Asura.Editor/Controls/GUIPanel.h | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/Source/Asura.Editor/Controls/GUIPanel.h b/Source/Asura.Editor/Controls/GUIPanel.h index 105edde..0f98eaa 100644 --- a/Source/Asura.Editor/Controls/GUIPanel.h +++ b/Source/Asura.Editor/Controls/GUIPanel.h @@ -8,9 +8,17 @@ namespace_begin(AsuraEditor) /// IMGUI panel class GUIPanel { +public: + + GUIPanel(); + ~GUIPanel(); + +private: + + }; namespace_end -#endif +#endif
\ No newline at end of file |