| 1675 | |
| 1676 | |
| 1677 | static void open_stats_screen() { |
| 1678 | Screen::show(std::make_unique<ViewscreenFortStats>(), plugin_self); |
| 1679 | } |
| 1680 | |
| 1681 | static void add_work_history(df::unit *unit, activity_type type) { |
| 1682 | if (work_history.find(unit) == work_history.end()) { |