| 39 | } |
| 40 | |
| 41 | static void cleanup() { |
| 42 | EventManager::unregister(EventManager::EventType::JOB_COMPLETED, handler); |
| 43 | } |
| 44 | |
| 45 | DFhackCExport command_result plugin_enable(color_ostream &out, bool enable) { |
| 46 | if (!Core::getInstance().isMapLoaded() || !World::isFortressMode()) { |
no outgoing calls
no test coverage detected