diff options
author | chai <chaifix@163.com> | 2018-05-17 21:34:01 +0800 |
---|---|---|
committer | chai <chaifix@163.com> | 2018-05-17 21:34:01 +0800 |
commit | b293e9e2242c08c15e1a3248c6dec301e83652d4 (patch) | |
tree | 491ac9dec2cf8ad9dfb2a0ea375da62cb86d0373 /src/script/luaopen_jin.cpp | |
parent | 38818e2abc0fb4e8f71f2c262f10ef5cb7fc4710 (diff) |
change file tree
Diffstat (limited to 'src/script/luaopen_jin.cpp')
-rw-r--r-- | src/script/luaopen_jin.cpp | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/script/luaopen_jin.cpp b/src/script/luaopen_jin.cpp index c4ee955..d7262e1 100644 --- a/src/script/luaopen_jin.cpp +++ b/src/script/luaopen_jin.cpp @@ -8,9 +8,7 @@ namespace jin { namespace lua { - /** - * sub modules - */ + extern int luaopen_core(lua_State* L); extern int luaopen_graphics(lua_State* L); extern int luaopen_audio(lua_State* L); |