| 160 | } |
| 161 | |
| 162 | inline |
| 163 | df::tiletype_special tileSpecial(df::tiletype tiletype) |
| 164 | { |
| 165 | return ENUM_ATTR(tiletype, special, tiletype); |
| 166 | } |
| 167 | |
| 168 | inline |
| 169 | df::tiletype_variant tileVariant(df::tiletype tiletype) |
no outgoing calls
no test coverage detected