From cf8213ea827f38ae5d4b8ef16c396545e3e59657 Mon Sep 17 00:00:00 2001 From: kwolekr Date: Fri, 12 Dec 2014 14:07:49 -0500 Subject: Add minetest.clear_registered_decorations() and clear_registered_ores() --- src/mg_schematic.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/mg_schematic.h') diff --git a/src/mg_schematic.h b/src/mg_schematic.h index 9d4d4a716..df54d79ba 100644 --- a/src/mg_schematic.h +++ b/src/mg_schematic.h @@ -76,7 +76,7 @@ public: static const char *ELEMENT_TITLE; static const size_t ELEMENT_LIMIT = 0x10000; - SchematicManager(IGameDef *gamedef) {} + SchematicManager(IGameDef *gamedef); ~SchematicManager() {} Schematic *create(int type) -- cgit v1.2.3