| 105 | static sfl::static_vector<NumDisplayFrame, Limits::kMaxOrdersPerVehicle> _displayFrames; |
| 106 | |
| 107 | std::span<const NumDisplayFrame> displayFrames() |
| 108 | { |
| 109 | return _displayFrames; |
| 110 | } |
| 111 | |
| 112 | Order* orders() { return reinterpret_cast<Order*>(getGameState().orders); } |
| 113 | uint32_t& orderTableLength() { return getGameState().orderTableLength; } |
no outgoing calls
no test coverage detected