| 698 | |
| 699 | |
| 700 | static string preserve_rooms_getRoleAssignmentForZone(color_ostream &out, df::building_civzonest * zone) { |
| 701 | return get_role_assignment(out, zone); |
| 702 | } |
| 703 | |
| 704 | static string preserve_rooms_getRoleAssignment(color_ostream &out) { |
| 705 | return get_role_assignment(out, Gui::getSelectedCivZone(out, true)); |
nothing calls this directly
no test coverage detected