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

Move get_schematic and read_schematic to l_mapgen.cpp

This commit is contained in:
kwolekr 2014-12-10 01:49:57 -05:00
parent 4cf8042b7c
commit dcc48976ce
4 changed files with 108 additions and 110 deletions

View file

@ -76,6 +76,4 @@ public:
static void Initialize(lua_State *L, int top);
};
#endif /* L_MAPGEN_H_ */