1
0
Fork 0
mirror of https://github.com/luanti-org/luanti.git synced 2025-08-11 17:51:04 +00:00

Fix minetest.is_nan

This commit is contained in:
Lars Mueller 2020-12-24 14:48:05 +01:00 committed by sfan5
parent 74762470b2
commit 8f72d4b294
3 changed files with 4 additions and 14 deletions

View file

@ -65,9 +65,6 @@ 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);