| 284 | } |
| 285 | |
| 286 | inline |
| 287 | bool isRampTerrain(df::tiletype tiletype) |
| 288 | { |
| 289 | return ENUM_ATTR(tiletype_shape, basic_shape, tileShape(tiletype)) == tiletype_shape_basic::Ramp; |
| 290 | } |
| 291 | |
| 292 | inline |
| 293 | bool isOpenTerrain(df::tiletype tiletype) |
nothing calls this directly
no test coverage detected