aboutsummaryrefslogtreecommitdiff
path: root/src/lua/graphics/graphics.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lua/graphics/graphics.h')
-rw-r--r--src/lua/graphics/graphics.h18
1 files changed, 18 insertions, 0 deletions
diff --git a/src/lua/graphics/graphics.h b/src/lua/graphics/graphics.h
new file mode 100644
index 0000000..bd9bec1
--- /dev/null
+++ b/src/lua/graphics/graphics.h
@@ -0,0 +1,18 @@
+#ifndef __JIN_LUA_GRAPHICS_GRAPHICS_H
+#define __JIN_LUA_GRAPHICS_GRAPHICS_H
+#include "libjin/jin.h"
+#include "../luaopen_types.h"
+
+namespace jin
+{
+namespace lua
+{
+namespace graphics
+{
+
+ typedef jin::graphics::RENDER_MODE RENDER_MODE;
+
+}
+}
+}
+#endif \ No newline at end of file