diff options
Diffstat (limited to 'source/Asura.Editor/controls/content.h')
-rw-r--r-- | source/Asura.Editor/controls/content.h | 17 |
1 files changed, 17 insertions, 0 deletions
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 <asura-utils/classes.h> + +namespace_begin(AsuraEditor) + +/// IMGUI content +class Content +{ + +}; + + +namespace_end + +#endif |