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