Soil
| 189 | |
| 190 | // Soil |
| 191 | inline bool isSoilMaterial(df::tiletype_material mat) { return mat == tiletype_material::SOIL; } |
| 192 | inline bool isSoilMaterial(df::tiletype tt) { return isSoilMaterial(tileMaterial(tt)); } |
| 193 | |
| 194 | // Stone materials - their tiles are completely interchangable |
no test coverage detected