diff options
Diffstat (limited to 'source/Asura.Editor/controls/label.h')
-rw-r--r-- | source/Asura.Editor/controls/label.h | 25 |
1 files changed, 7 insertions, 18 deletions
diff --git a/source/Asura.Editor/controls/label.h b/source/Asura.Editor/controls/label.h index 32b61d4..7cc6e3d 100644 --- a/source/Asura.Editor/controls/label.h +++ b/source/Asura.Editor/controls/label.h @@ -1,25 +1,14 @@ -#ifndef __ASURA_EDITOR_LABEL_H__ -#define __ASURA_EDITOR_LABEL_H__ +#ifndef __ASURA_EDITOR_GUI_BUTTON_H__ +#define __ASURA_EDITOR_GUI_BUTTON_H__ -#include <asura-utils/scripting/portable.hpp> -#include <asura-core/graphics/image.h> +#include <asura-utils/classes.h> -#include "widget.h" +namespace_begin(AsuraEditor) -namespace AsuraEditor -{ +bool Label(); - class Label - : public Widget - , public AEScripting::Portable<Label> - { - public: - void OnEvent(AEInput::Event& e) override; - void OnPaint() override; - }; +namespace_end -} - -#endif
\ No newline at end of file +#endif |