summaryrefslogtreecommitdiff
path: root/Source/Asura.Editor/Graphics/GUIMaterial.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/Asura.Editor/Graphics/GUIMaterial.h')
-rw-r--r--Source/Asura.Editor/Graphics/GUIMaterial.h22
1 files changed, 22 insertions, 0 deletions
diff --git a/Source/Asura.Editor/Graphics/GUIMaterial.h b/Source/Asura.Editor/Graphics/GUIMaterial.h
new file mode 100644
index 0000000..bccfc7e
--- /dev/null
+++ b/Source/Asura.Editor/Graphics/GUIMaterial.h
@@ -0,0 +1,22 @@
+#ifndef _ASURA_EDITOR_GUI_MATERIAL_H_
+#define _ASURA_EDITOR_GUI_MATERIAL_H_
+
+#include <asura-base/Classes.h>
+
+namespace_begin(AsuraEditor)
+
+// GUIڽ
+class GUIMaterial
+{
+public:
+
+private:
+
+
+
+};
+
+
+namespace_end
+
+#endif