| 484 | } |
| 485 | } |
| 486 | void disable_all_hooks(color_ostream &out) |
| 487 | { |
| 488 | world_specific_hooks(out,false); |
| 489 | enable_hooks(false); |
| 490 | } |
| 491 | DFhackCExport command_result plugin_onstatechange(color_ostream &out, state_change_event event) |
| 492 | { |
| 493 | switch (event) { |
no test coverage detected