| 278 | } |
| 279 | |
| 280 | inline |
| 281 | bool isFloorTerrain(df::tiletype tiletype) |
| 282 | { |
| 283 | return ENUM_ATTR(tiletype_shape, basic_shape, tileShape(tiletype)) == tiletype_shape_basic::Floor; |
| 284 | } |
| 285 | |
| 286 | inline |
| 287 | bool isRampTerrain(df::tiletype tiletype) |
no test coverage detected