1
0
mirror of https://github.com/luanti-org/luanti.git synced 2025-10-14 17:15:21 +02:00

Lua templating reading (part 4): s16, v2s16, v2f (#7512)

This commit is contained in:
Loïc Blot
2018-07-08 23:06:33 +02:00
committed by GitHub
parent 94cd2bfeac
commit a61e1a4dbc
5 changed files with 61 additions and 24 deletions

View File

@@ -100,8 +100,6 @@ void setboolfield(lua_State *L, int table,
const char *fieldname, bool value);
v3f checkFloatPos (lua_State *L, int index);
v2f check_v2f (lua_State *L, int index);
v2s16 check_v2s16 (lua_State *L, int index);
v3f check_v3f (lua_State *L, int index);
v3s16 check_v3s16 (lua_State *L, int index);