diff options
| author | chai <chaifix@163.com> | 2018-11-23 14:27:15 +0800 |
|---|---|---|
| committer | chai <chaifix@163.com> | 2018-11-23 14:27:15 +0800 |
| commit | 71d6039f59b4a9485f6079c719c3b985adaa7914 (patch) | |
| tree | f28b60f0b48e764ab056e553fb8f8e9dd3ba7418 /src/lua/modules/graphics | |
| parent | 25b37f912cde628377b55e262fcaa8458448da97 (diff) | |
*修改代码结构
Diffstat (limited to 'src/lua/modules/graphics')
| -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 |
