From 99b90496765df21c5f377f42b9ed073ccb34c1fd Mon Sep 17 00:00:00 2001 From: chai Date: Thu, 1 Aug 2019 09:15:04 +0800 Subject: *misc --- source/Asura.Editor/controls/label.h | 25 +++++++------------------ 1 file changed, 7 insertions(+), 18 deletions(-) (limited to 'source/Asura.Editor/controls/label.h') 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 -#include +#include -#include "widget.h" +namespace_begin(AsuraEditor) -namespace AsuraEditor -{ +bool Label(); - class Label - : public Widget - , public AEScripting::Portable