mirror of
https://github.com/luanti-org/luanti.git
synced 2025-06-27 16:36:03 +00:00
Fix types of get_mapgen_setting_noiseparams (#12025)
This commit is contained in:
parent
1c73902005
commit
1ee37148a8
4 changed files with 21 additions and 60 deletions
|
@ -118,9 +118,6 @@ std::vector<aabb3f> read_aabb3f_vector (lua_State *L, int index, f32 scale);
|
|||
size_t read_stringlist (lua_State *L, int index,
|
||||
std::vector<std::string> *result);
|
||||
|
||||
void push_float_string (lua_State *L, float value);
|
||||
void push_v3_float_string(lua_State *L, v3f p);
|
||||
void push_v2_float_string(lua_State *L, v2f p);
|
||||
void push_v2s16 (lua_State *L, v2s16 p);
|
||||
void push_v2s32 (lua_State *L, v2s32 p);
|
||||
void push_v3s16 (lua_State *L, v3s16 p);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue