| 464 | } |
| 465 | |
| 466 | DFhackCExport command_result plugin_load_site_data (color_ostream &out) { |
| 467 | cycle_timestamp = 0; |
| 468 | autofarmInstance->load_state(out); |
| 469 | return CR_OK; |
| 470 | } |
| 471 | |
| 472 | DFhackCExport command_result plugin_onstatechange(color_ostream& out, state_change_event event) |
| 473 | { |
nothing calls this directly
no test coverage detected