| 208 | EngineID engine{}; |
| 209 | |
| 210 | static inline uint64_t Key(uint32_t grfid, uint16_t internal_id) { return static_cast<uint64_t>(grfid) << 32 | internal_id; } |
| 211 | |
| 212 | inline uint64_t Key() const { return Key(this->grfid, this->internal_id); } |
| 213 |
no outgoing calls
no test coverage detected