| 154 | } |
| 155 | |
| 156 | inline |
| 157 | df::tiletype_shape_basic tileShapeBasic(df::tiletype_shape tileshape) |
| 158 | { |
| 159 | return ENUM_ATTR(tiletype_shape, basic_shape, tileshape); |
| 160 | } |
| 161 | |
| 162 | inline |
| 163 | df::tiletype_special tileSpecial(df::tiletype tiletype) |
no outgoing calls
no test coverage detected