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..fca3c37
--- /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-utils/classes.h>
+
+namespace_begin(AsuraEditor)
+
+class Style
+{
+
+};
+
+namespace_end
+
+#endif \ No newline at end of file