diff options
Diffstat (limited to 'src/lua/modules/graphics/je_lua_graphics.h')
-rw-r--r-- | src/lua/modules/graphics/je_lua_graphics.h | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/src/lua/modules/graphics/je_lua_graphics.h b/src/lua/modules/graphics/je_lua_graphics.h index e69de29..02a2c63 100644 --- a/src/lua/modules/graphics/je_lua_graphics.h +++ b/src/lua/modules/graphics/je_lua_graphics.h @@ -0,0 +1,14 @@ +#ifndef __JE_LUA_GRAPHICS_H__ +#define __JE_LUA_GRAPHICS_H__ + +namespace JinEngine +{ + namespace Lua + { + + int luaopen_graphics(lua_State* L); + + } +} + +#endif
\ No newline at end of file |