mirror of
https://github.com/luanti-org/luanti.git
synced 2025-08-11 17:51:04 +00:00
parent
df991edaa8
commit
162ffd7fba
7 changed files with 30 additions and 1 deletions
|
@ -65,6 +65,9 @@ private:
|
|||
// is_yes(arg)
|
||||
static int l_is_yes(lua_State *L);
|
||||
|
||||
// is_nan(arg)
|
||||
static int l_is_nan(lua_State *L);
|
||||
|
||||
// get_builtin_path()
|
||||
static int l_get_builtin_path(lua_State *L);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue