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/toggle.h | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 source/Asura.Editor/controls/toggle.h (limited to 'source/Asura.Editor/controls/toggle.h') diff --git a/source/Asura.Editor/controls/toggle.h b/source/Asura.Editor/controls/toggle.h new file mode 100644 index 0000000..19e9379 --- /dev/null +++ b/source/Asura.Editor/controls/toggle.h @@ -0,0 +1,14 @@ +#ifndef __ASURA_EDITOR_GUI_BUTTON_H__ +#define __ASURA_EDITOR_GUI_BUTTON_H__ + +#include + +namespace_begin(AsuraEditor) + +bool Toggle(); + + + +namespace_end + +#endif -- cgit v1.1-26-g67d0