| 481 | return CR_OK; |
| 482 | } |
| 483 | DFhackCExport command_result plugin_init ( color_ostream &out, std::vector <PluginCommand> &commands) |
| 484 | { |
| 485 | enable_hooks(true); |
| 486 | return CR_OK; |
| 487 | } |
| 488 | |
| 489 | DFhackCExport command_result plugin_shutdown ( color_ostream &out ) |
| 490 | { |
nothing calls this directly
no test coverage detected