| 21 | namespace OpenLoco::World |
| 22 | { |
| 23 | const BuildingObject* BuildingElement::getObject() const |
| 24 | { |
| 25 | return ObjectManager::get<BuildingObject>(objectId()); |
| 26 | } |
| 27 | |
| 28 | template<typename TFunction> |
| 29 | static void applyToMultiTile(BuildingElement& el0, const World::Pos2& loc, bool isMultiTile, TFunction&& func) |
no outgoing calls
no test coverage detected