| 833 | } |
| 834 | |
| 835 | static bool isTypeCullableBuilding(const Ui::ViewportInteraction::InteractionItem type) |
| 836 | { |
| 837 | switch (type) |
| 838 | { |
| 839 | case Ui::ViewportInteraction::InteractionItem::building: |
| 840 | case Ui::ViewportInteraction::InteractionItem::industry: |
| 841 | case Ui::ViewportInteraction::InteractionItem::headquarterBuilding: |
| 842 | case Ui::ViewportInteraction::InteractionItem::airport: |
| 843 | case Ui::ViewportInteraction::InteractionItem::dock: |
| 844 | return true; |
| 845 | default: |
| 846 | return false; |
| 847 | } |
| 848 | } |
| 849 | |
| 850 | static bool isTypeCullableRoad(const Ui::ViewportInteraction::InteractionItem type) |
| 851 | { |
no outgoing calls
no test coverage detected