| 2045 | } |
| 2046 | |
| 2047 | DFhackCExport command_result plugin_shutdown ( color_ostream &out ) |
| 2048 | { |
| 2049 | enable_hooks(false); |
| 2050 | return CR_OK; |
| 2051 | } |
| 2052 | |
| 2053 | DFhackCExport command_result plugin_onupdate ( color_ostream &out ) |
| 2054 | { |
nothing calls this directly
no test coverage detected