| 290 | } |
| 291 | |
| 292 | inline |
| 293 | bool isOpenTerrain(df::tiletype tiletype) |
| 294 | { |
| 295 | return ENUM_ATTR(tiletype_shape, basic_shape, tileShape(tiletype)) == tiletype_shape_basic::Open; |
| 296 | } |
| 297 | |
| 298 | inline |
| 299 | bool isStairTerrain(df::tiletype tiletype) |
no test coverage detected