diff options
Diffstat (limited to 'Source/Asura.Editor/source/widgets/label.h')
-rw-r--r-- | Source/Asura.Editor/source/widgets/label.h | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/Source/Asura.Editor/source/widgets/label.h b/Source/Asura.Editor/source/widgets/label.h new file mode 100644 index 0000000..6889818 --- /dev/null +++ b/Source/Asura.Editor/source/widgets/label.h @@ -0,0 +1,18 @@ +#ifndef __ASURA_EDITOR_LABEL_H__ +#define __ASURA_EDITOR_LABEL_H__ + +namespace AsuraEditor +{ + + class Label + { + + public: + + + + }; + +} + +#endif
\ No newline at end of file |