1
0
Fork 0
mirror of https://github.com/luanti-org/luanti.git synced 2025-06-27 16:36:03 +00: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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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);