]> git.lizzy.rs Git - minetest.git/blobdiff - src/script/common/c_converter.h
Animated particlespawners and more (#11545)
[minetest.git] / src / script / common / c_converter.h
index a14eb91861fabffd8bde61443ed02a6d4847e42b..5fea3c21f6afda56789a4c0bf0ca352b3bdaa46d 100644 (file)
@@ -100,6 +100,7 @@ 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);
 v3f                 check_v3f           (lua_State *L, int index);
 v3s16               check_v3s16         (lua_State *L, int index);