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/button.h | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 source/Asura.Editor/widgets/button.h (limited to 'source/Asura.Editor/widgets/button.h') diff --git a/source/Asura.Editor/widgets/button.h b/source/Asura.Editor/widgets/button.h new file mode 100644 index 0000000..00f1c99 --- /dev/null +++ b/source/Asura.Editor/widgets/button.h @@ -0,0 +1,32 @@ +#ifndef __ASURA_EDITOR_BUTTON_H__ +#define __ASURA_EDITOR_BUTTON_H__ + +// Asura.Engine Headers +#include + +#include "Widget.h" + +namespace AsuraEditor +{ + + class Button + : public Widget + , public AEScripting::Portable