| 253 | } |
| 254 | |
| 255 | const Object* ObjectEntryGetObject(ObjectType objectType, ObjectEntryIndex index) |
| 256 | { |
| 257 | auto& objectMgr = GetContext()->GetObjectManager(); |
| 258 | return objectMgr.GetLoadedObject(objectType, index); |
| 259 | } |
| 260 | } // namespace OpenRCT2 |
no test coverage detected