| 586 | } |
| 587 | |
| 588 | DFhackCExport command_result plugin_shutdown(color_ostream &out) |
| 589 | { |
| 590 | cleanup_state(); |
| 591 | |
| 592 | delete labor_mapper; |
| 593 | |
| 594 | return CR_OK; |
| 595 | } |
| 596 | |
| 597 | class AutoLaborManager { |
| 598 | color_ostream& out; |
nothing calls this directly
no test coverage detected