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/content.h | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 source/Asura.Editor/controls/content.h (limited to 'source/Asura.Editor/controls/content.h') diff --git a/source/Asura.Editor/controls/content.h b/source/Asura.Editor/controls/content.h new file mode 100644 index 0000000..230bfa9 --- /dev/null +++ b/source/Asura.Editor/controls/content.h @@ -0,0 +1,17 @@ +#ifndef __ASURA_EDITOR_GUI_BUTTON_H__ +#define __ASURA_EDITOR_GUI_BUTTON_H__ + +#include + +namespace_begin(AsuraEditor) + +/// IMGUI content +class Content +{ + +}; + + +namespace_end + +#endif -- cgit v1.1-26-g67d0