| 110 | } |
| 111 | |
| 112 | Order* orders() { return reinterpret_cast<Order*>(getGameState().orders); } |
| 113 | uint32_t& orderTableLength() { return getGameState().orderTableLength; } |
| 114 | |
| 115 | void shiftOrdersLeft(const uint32_t offsetToShiftTowards, const int16_t sizeToShiftBy) |
no outgoing calls
no test coverage detected