| 366 | } |
| 367 | |
| 368 | static void enable_hooks(bool enable) |
| 369 | { |
| 370 | is_enabled = enable; |
| 371 | INTERPOSE_HOOK(item_hook, isImprovable).apply(enable); |
| 372 | INTERPOSE_HOOK(product_hook, produce).apply(enable); |
| 373 | } |
| 374 | |
| 375 | DFhackCExport command_result plugin_load_world_data (color_ostream &out) { |
| 376 | if (find_reactions(out)) { |
no test coverage detected