| 178 | } |
| 179 | |
| 180 | inline |
| 181 | TileDirection tileDirection(df::tiletype tiletype) |
| 182 | { |
| 183 | return TileDirection(ENUM_ATTR(tiletype, direction, tiletype)); |
| 184 | } |
| 185 | |
| 186 | // Air |
| 187 | inline bool isAirMaterial(df::tiletype_material mat) { return mat == tiletype_material::AIR; } |
no test coverage detected