| 702 | } |
| 703 | |
| 704 | static string preserve_rooms_getRoleAssignment(color_ostream &out) { |
| 705 | return get_role_assignment(out, Gui::getSelectedCivZone(out, true)); |
| 706 | } |
| 707 | |
| 708 | static bool preserve_rooms_isReserved(color_ostream &out) { |
| 709 | auto zone = Gui::getSelectedCivZone(out, true); |
nothing calls this directly
no test coverage detected