diff options
author | chai <chaifix@163.com> | 2018-08-18 14:29:11 +0800 |
---|---|---|
committer | chai <chaifix@163.com> | 2018-08-18 14:29:11 +0800 |
commit | 2fb51a71e53b4fc7bd4058d3a5a6f39fa81c345a (patch) | |
tree | 973d9e020b5a230d2886c564ef3445e1b654ab2a /src/lua/luaopen_jin.h | |
parent | a68d5cf198a87bb3e14d03dc7347ed52134355d4 (diff) |
*update
Diffstat (limited to 'src/lua/luaopen_jin.h')
-rw-r--r-- | src/lua/luaopen_jin.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/lua/luaopen_jin.h b/src/lua/luaopen_jin.h index c93b66d..9cceb9e 100644 --- a/src/lua/luaopen_jin.h +++ b/src/lua/luaopen_jin.h @@ -33,11 +33,7 @@ namespace jin namespace lua { - /** - * open jin lib and boot - */ int luaopen_jin(lua_State* L); - void boot(lua_State* L); } // jin |