| 444 | } |
| 445 | |
| 446 | DFhackCExport command_result plugin_onupdate(color_ostream& out) |
| 447 | { |
| 448 | if (world->frame_counter - cycle_timestamp >= CYCLE_TICKS) |
| 449 | autofarmInstance->process(out); |
| 450 | |
| 451 | return CR_OK; |
| 452 | } |
| 453 | |
| 454 | DFhackCExport command_result plugin_enable(color_ostream& out, bool enable) |
| 455 | { |