diff options
Diffstat (limited to 'src/libjin-lua/modules/graphics/l_graphics.h')
-rw-r--r-- | src/libjin-lua/modules/graphics/l_graphics.h | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/src/libjin-lua/modules/graphics/l_graphics.h b/src/libjin-lua/modules/graphics/l_graphics.h new file mode 100644 index 0000000..02a2c63 --- /dev/null +++ b/src/libjin-lua/modules/graphics/l_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 |