| 135 | } |
| 136 | |
| 137 | DFhackCExport command_result plugin_shutdown(color_ostream &out) { |
| 138 | reset_state(); |
| 139 | return CR_OK; |
| 140 | } |
| 141 | |
| 142 | DFhackCExport command_result plugin_onstatechange(color_ostream &out, state_change_event event) { |
| 143 | if (event == DFHack::SC_WORLD_UNLOADED) |
nothing calls this directly
no test coverage detected