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