1
0
mirror of https://github.com/luanti-org/luanti.git synced 2025-10-13 16:45:20 +02:00

Load dependencies and description from mod.conf

This commit is contained in:
Andrew Ward
2018-03-28 22:14:16 +01:00
committed by GitHub
parent dfc8198349
commit 71b2570f09
20 changed files with 237 additions and 140 deletions

View File

@@ -71,8 +71,6 @@ private:
static int l_get_worlds(lua_State *L);
static int l_get_games(lua_State *L);
static int l_get_mapgen_names(lua_State *L);
static int l_get_favorites(lua_State *L);
@@ -81,6 +79,12 @@ private:
static int l_gettext(lua_State *L);
//packages
static int l_get_games(lua_State *L);
static int l_get_mod_info(lua_State *L);
//gui
static int l_show_keys_menu(lua_State *L);