From dcc48976ce92dc0385037e8bf16075396bcb6943 Mon Sep 17 00:00:00 2001 From: kwolekr Date: Wed, 10 Dec 2014 01:49:57 -0500 Subject: Move get_schematic and read_schematic to l_mapgen.cpp --- src/script/lua_api/l_mapgen.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/script/lua_api/l_mapgen.h') diff --git a/src/script/lua_api/l_mapgen.h b/src/script/lua_api/l_mapgen.h index 72bf1f59b..76f60a2d7 100644 --- a/src/script/lua_api/l_mapgen.h +++ b/src/script/lua_api/l_mapgen.h @@ -76,6 +76,4 @@ public: static void Initialize(lua_State *L, int top); }; - - #endif /* L_MAPGEN_H_ */ -- cgit v1.2.3