| 193 | } |
| 194 | |
| 195 | static bool TrackDesignSaveIsSupportedObject(const Object* obj) |
| 196 | { |
| 197 | const auto& entry = obj->GetObjectEntry(); |
| 198 | return !entry.IsEmpty(); |
| 199 | } |
| 200 | |
| 201 | static TrackDesignSceneryElement TrackDesignCreateTileElementDesc(const RCTObjectEntry& entry, const CoordsXYZ& loc) |
| 202 | { |
no test coverage detected