diff options
Diffstat (limited to 'Source/Asura.Editor/Controls/GUILabel.h')
-rw-r--r-- | Source/Asura.Editor/Controls/GUILabel.h | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/Source/Asura.Editor/Controls/GUILabel.h b/Source/Asura.Editor/Controls/GUILabel.h new file mode 100644 index 0000000..d4e2d28 --- /dev/null +++ b/Source/Asura.Editor/Controls/GUILabel.h @@ -0,0 +1,14 @@ +#ifndef _ASURA_EDITOR_GUI_LABEL_H_ +#define _ASURA_EDITOR_GUI_LABEL_H_ + +#include <asura-base/Classes.h> + +namespace_begin(AsuraEditor) + +bool GUILabel(); + + + +namespace_end + +#endif |