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.cpp | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'src/mg_schematic.cpp') diff --git a/src/mg_schematic.cpp b/src/mg_schematic.cpp index bb60cf5fd..a78824647 100644 --- a/src/mg_schematic.cpp +++ b/src/mg_schematic.cpp @@ -30,6 +30,14 @@ with this program; if not, write to the Free Software Foundation, Inc., const char *SchematicManager::ELEMENT_TITLE = "schematic"; +/////////////////////////////////////////////////////////////////////////////// + + +SchematicManager::SchematicManager(IGameDef *gamedef) : + GenElementManager(gamedef) +{ +} + /////////////////////////////////////////////////////////////////////////////// -- cgit v1.2.3