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