From b2c7bb0b283dd2a80f345e26c042d6ffaf05209c Mon Sep 17 00:00:00 2001 From: chai Date: Sun, 22 Jul 2018 12:28:03 +0800 Subject: update --- src/lua/luaopen_jin.cpp | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) (limited to 'src/lua/luaopen_jin.cpp') diff --git a/src/lua/luaopen_jin.cpp b/src/lua/luaopen_jin.cpp index 93e0422..c50db14 100644 --- a/src/lua/luaopen_jin.cpp +++ b/src/lua/luaopen_jin.cpp @@ -8,7 +8,7 @@ namespace jin { namespace lua { - + extern int luaopen_core(lua_State* L); extern int luaopen_graphics(lua_State* L); extern int luaopen_audio(lua_State* L); @@ -53,16 +53,16 @@ namespace lua // submodules static const luaL_Reg mods[] = { - {"core", luaopen_core}, - {"event", luaopen_event}, - {"graphics", luaopen_graphics}, - {"time", luaopen_time}, - {"mouse", luaopen_mouse}, - {"keyboard", luaopen_keyboard}, - {"filesystem", luaopen_filesystem}, - {"net", luaopen_net}, - {"audio", luaopen_audio}, - {"joypad", luaopen_joypad}, + {"core", luaopen_core}, + {"event", luaopen_event}, + {"graphics", luaopen_graphics}, + {"time", luaopen_time}, + {"mouse", luaopen_mouse}, + {"keyboard", luaopen_keyboard}, + {"filesystem", luaopen_filesystem}, + {"net", luaopen_net}, + {"audio", luaopen_audio}, + {"joypad", luaopen_joypad}, {0, 0} }; -- cgit v1.1-26-g67d0