| 366 | } |
| 367 | |
| 368 | DFhackCExport command_result plugin_shutdown (color_ostream &out) { |
| 369 | DEBUG(control,out).print("shutting down {}\n", plugin_name); |
| 370 | on_disable(out); |
| 371 | return CR_OK; |
| 372 | } |
| 373 | |
| 374 | DFhackCExport command_result plugin_onstatechange(color_ostream &out, state_change_event event) { |
| 375 | switch (event) { |
nothing calls this directly
no test coverage detected