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 @@ class ModApiMapgen : public ModApiBase {
static void Initialize(lua_State *L, int top);
};
#endif /* L_MAPGEN_H_ */