mirror of
https://github.com/luanti-org/luanti.git
synced 2025-06-27 16:36:03 +00:00
Add support for set_formspec_prepend in main menu (#8611)
This commit is contained in:
parent
a067d40454
commit
91114b562f
5 changed files with 31 additions and 1 deletions
|
@ -104,6 +104,8 @@ private:
|
|||
|
||||
static int l_update_formspec(lua_State *L);
|
||||
|
||||
static int l_set_formspec_prepend(lua_State *L);
|
||||
|
||||
static int l_get_screen_info(lua_State *L);
|
||||
|
||||
//filesystem
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue