diff options
Diffstat (limited to 'Source/Asura.Editor/Controls/GUIPanel.cpp')
-rw-r--r-- | Source/Asura.Editor/Controls/GUIPanel.cpp | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Source/Asura.Editor/Controls/GUIPanel.cpp b/Source/Asura.Editor/Controls/GUIPanel.cpp new file mode 100644 index 0000000..3a78af7 --- /dev/null +++ b/Source/Asura.Editor/Controls/GUIPanel.cpp @@ -0,0 +1,6 @@ +#include "GUIPanel.h" + +namespace_begin(AsuraEditor) + + +namespace_end |