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/filesystem/je_lua_filesystem.h | |
parent | 25b37f912cde628377b55e262fcaa8458448da97 (diff) |
*修改代码结构
Diffstat (limited to 'src/lua/modules/filesystem/je_lua_filesystem.h')
-rw-r--r-- | src/lua/modules/filesystem/je_lua_filesystem.h | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/src/lua/modules/filesystem/je_lua_filesystem.h b/src/lua/modules/filesystem/je_lua_filesystem.h index e69de29..1e1ff23 100644 --- a/src/lua/modules/filesystem/je_lua_filesystem.h +++ b/src/lua/modules/filesystem/je_lua_filesystem.h @@ -0,0 +1,14 @@ +#ifndef __JE_LUA_FILESYSTEM_H__ +#define __JE_LUA_FILESYSTEM_H__ + +namespace JinEngine +{ + namespace Lua + { + + int luaopen_filesystem(lua_State* L); + + } +} + +#endif
\ No newline at end of file |