summaryrefslogtreecommitdiff
path: root/Source/Asura.Editor/Graphics/Style.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/Asura.Editor/Graphics/Style.h')
-rw-r--r--Source/Asura.Editor/Graphics/Style.h15
1 files changed, 15 insertions, 0 deletions
diff --git a/Source/Asura.Editor/Graphics/Style.h b/Source/Asura.Editor/Graphics/Style.h
new file mode 100644
index 0000000..2676c68
--- /dev/null
+++ b/Source/Asura.Editor/Graphics/Style.h
@@ -0,0 +1,15 @@
+#ifndef _ASURA_EDITOR_GUI_STYLE_H_
+#define _ASURA_EDITOR_GUI_STYLE_H_
+
+#include <asura-base/Classes.h>
+
+namespace_begin(AsuraEditor)
+
+class GUIStyle
+{
+
+};
+
+namespace_end
+
+#endif \ No newline at end of file