| 2021 | } |
| 2022 | |
| 2023 | Direction TrackDesignSceneryElement::getSlopeDirection() const |
| 2024 | { |
| 2025 | return (flags >> 5) % kNumOrthogonalDirections; |
| 2026 | } |
| 2027 | |
| 2028 | void TrackDesignSceneryElement::setSlopeDirection(Direction slope) |
| 2029 | { |
no outgoing calls
no test coverage detected