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.h18
1 files changed, 18 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..f0e375b
--- /dev/null
+++ b/source/modules/asura-core/Graphics/DrawInfo.h
@@ -0,0 +1,18 @@
+#ifndef _ASURA_ENGINE_DRAWINFO_H_
+#define _ASURA_ENGINE_DRAWINFO_H_
+
+#include <asura-utils/Classes.h>
+
+namespace_begin(AsuraEngine)
+namespace_begin(Graphics)
+
+struct DrawInfo
+{
+
+};
+
+
+namespace_end
+namespace_end
+
+#endif \ No newline at end of file