From 1497dccd63a84b7ee2b229b1ad9c5c02718f2a78 Mon Sep 17 00:00:00 2001 From: chai Date: Tue, 19 Mar 2019 23:06:27 +0800 Subject: *rename --- source/Asura.Editor/widgets/label.h | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 source/Asura.Editor/widgets/label.h (limited to 'source/Asura.Editor/widgets/label.h') diff --git a/source/Asura.Editor/widgets/label.h b/source/Asura.Editor/widgets/label.h new file mode 100644 index 0000000..6889818 --- /dev/null +++ b/source/Asura.Editor/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 -- cgit v1.1-26-g67d0