From 71d6039f59b4a9485f6079c719c3b985adaa7914 Mon Sep 17 00:00:00 2001 From: chai Date: Fri, 23 Nov 2018 14:27:15 +0800 Subject: =?UTF-8?q?*=E4=BF=AE=E6=94=B9=E4=BB=A3=E7=A0=81=E7=BB=93=E6=9E=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/lua/jin.cpp | 15 +-------------- 1 file changed, 1 insertion(+), 14 deletions(-) (limited to 'src/lua/jin.cpp') diff --git a/src/lua/jin.cpp b/src/lua/jin.cpp index 87e7bac..b11488b 100644 --- a/src/lua/jin.cpp +++ b/src/lua/jin.cpp @@ -1,5 +1,6 @@ #include "common/je_lua.h" #include "common/je_lua_common.h" +#include "modules/je_lua_modules.h" #include "embed/embed.h" #include "jin.h" @@ -8,20 +9,6 @@ namespace JinEngine namespace Lua { - LUA_PORT int luaopen_core(lua_State* L); - LUA_PORT int luaopen_graphics(lua_State* L); - LUA_PORT int luaopen_audio(lua_State* L); - LUA_PORT int luaopen_net(lua_State* L); - LUA_PORT int luaopen_event(lua_State* L); - LUA_PORT int luaopen_time(lua_State* L); - LUA_PORT int luaopen_mouse(lua_State* L); - LUA_PORT int luaopen_keyboard(lua_State* L); - LUA_PORT int luaopen_filesystem(lua_State* L); - LUA_PORT int luaopen_joypad(lua_State* L); - LUA_PORT int luaopen_math(lua_State* L); - LUA_PORT int luaopen_thread(lua_State* L); - LUA_PORT int luaopen_bit(lua_State* L); - LUA_IMPLEMENT int l_getversion(lua_State* L) { luax_pushstring(L, VERSION); -- cgit v1.1-26-g67d0