mirror of
https://github.com/luanti-org/luanti.git
synced 2025-08-06 17:41:04 +00:00
Move get_schematic and read_schematic to l_mapgen.cpp
This commit is contained in:
parent
4cf8042b7c
commit
dcc48976ce
4 changed files with 108 additions and 110 deletions
|
@ -149,14 +149,6 @@ bool string_to_enum (const EnumString *spec,
|
|||
|
||||
bool read_noiseparams (lua_State *L, int index,
|
||||
NoiseParams *np);
|
||||
bool get_schematic (lua_State *L, int index,
|
||||
Schematic *schem,
|
||||
INodeDefManager *ndef,
|
||||
std::map<std::string, std::string> &replace_names);
|
||||
bool read_schematic (lua_State *L, int index,
|
||||
Schematic *dschem,
|
||||
INodeDefManager *ndef,
|
||||
std::map<std::string, std::string> &replace_names);
|
||||
|
||||
void luaentity_get (lua_State *L,u16 id);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue