| 80 | } |
| 81 | |
| 82 | DFhackCExport command_result plugin_shutdown (color_ostream &out) |
| 83 | { |
| 84 | cleanup_state(out); |
| 85 | |
| 86 | return CR_OK; |
| 87 | } |
| 88 | |
| 89 | DFhackCExport command_result plugin_onstatechange(color_ostream &out, state_change_event event) |
| 90 | { |
nothing calls this directly
no test coverage detected