| 850 | } |
| 851 | |
| 852 | static VehicleType getCurrentVehicleType(Window& self) |
| 853 | { |
| 854 | return static_cast<VehicleType>(self.currentTab - (Common::widx::tab_vehicles_trains - Common::widx::tab_station)); |
| 855 | } |
| 856 | |
| 857 | static void populateVehicleList(Window& self) |
| 858 | { |
no outgoing calls
no test coverage detected