diff options
author | chai <chaifix@163.com> | 2018-07-28 10:23:36 +0800 |
---|---|---|
committer | chai <chaifix@163.com> | 2018-07-28 10:23:36 +0800 |
commit | 654a75401775d74f95f3d98611e333bb5641ee9b (patch) | |
tree | ee73025f6def4b62102ee0f2566ff205f167e20a /src/lua/luaopen_jin.cpp | |
parent | 61301a96d309fe2deef0d0dc2e2bc2f3d4003bf9 (diff) |
*update
Diffstat (limited to 'src/lua/luaopen_jin.cpp')
-rw-r--r-- | src/lua/luaopen_jin.cpp | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/lua/luaopen_jin.cpp b/src/lua/luaopen_jin.cpp index c50db14..6fbac77 100644 --- a/src/lua/luaopen_jin.cpp +++ b/src/lua/luaopen_jin.cpp @@ -1,7 +1,5 @@ #include "luaopen_jin.h" #include "lua/luax.h" - -// embed all lua scripts #include "embed/embed.h" namespace jin @@ -60,7 +58,7 @@ namespace lua {"mouse", luaopen_mouse}, {"keyboard", luaopen_keyboard}, {"filesystem", luaopen_filesystem}, - {"net", luaopen_net}, + //{"net", luaopen_net}, {"audio", luaopen_audio}, {"joypad", luaopen_joypad}, {0, 0} |