diff options
Diffstat (limited to 'src/mg_schematic.cpp')
-rw-r--r-- | src/mg_schematic.cpp | 8 |
1 files changed, 8 insertions, 0 deletions
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) +{ +} + /////////////////////////////////////////////////////////////////////////////// |