summaryrefslogtreecommitdiff
path: root/Source/Asura.Editor/Controls/GUIContent.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/Asura.Editor/Controls/GUIContent.h')
-rw-r--r--Source/Asura.Editor/Controls/GUIContent.h17
1 files changed, 17 insertions, 0 deletions
diff --git a/Source/Asura.Editor/Controls/GUIContent.h b/Source/Asura.Editor/Controls/GUIContent.h
new file mode 100644
index 0000000..88213f4
--- /dev/null
+++ b/Source/Asura.Editor/Controls/GUIContent.h
@@ -0,0 +1,17 @@
+#ifndef _ASURA_EDITOR_GUI_CONTENT_H_
+#define _ASURA_EDITOR_GUI_CONTENT_H_
+
+#include <asura-base/Classes.h>
+
+namespace_begin(AsuraEditor)
+
+/// IMGUI content
+class GUIContent
+{
+
+};
+
+
+namespace_end
+
+#endif