| 272 | } |
| 273 | |
| 274 | inline |
| 275 | bool isWallTerrain(df::tiletype tiletype) |
| 276 | { |
| 277 | return ENUM_ATTR(tiletype_shape, basic_shape, tileShape(tiletype)) == tiletype_shape_basic::Wall; |
| 278 | } |
| 279 | |
| 280 | inline |
| 281 | bool isFloorTerrain(df::tiletype tiletype) |
no test coverage detected