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, 0 insertions, 18 deletions
diff --git a/src/lua/graphics/graphics.h b/src/lua/graphics/graphics.h
deleted file mode 100644
index bd9bec1..0000000
--- a/src/lua/graphics/graphics.h
+++ /dev/null
@@ -1,18 +0,0 @@
-#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