| 334 | } |
| 335 | |
| 336 | command_result cmd_reload_config(color_ostream &out, std::vector<std::string>&) { |
| 337 | return read_config(out) ? CR_OK : CR_FAILURE; |
| 338 | } |
| 339 | |
| 340 | DFhackCExport command_result plugin_onstatechange(color_ostream &out, state_change_event event) { |
| 341 | if (event == DFHack::SC_MAP_LOADED) { |
nothing calls this directly
no test coverage detected