| 65 | } |
| 66 | |
| 67 | void DrawMapLineNW(const Surface &out, Point from, int height, std::uint8_t colorIndex) |
| 68 | { |
| 69 | DrawMapLine<DirectionX::WEST, DirectionY::NORTH>(out, from, height, colorIndex); |
| 70 | } |
| 71 | |
| 72 | void DrawMapLineSW(const Surface &out, Point from, int height, std::uint8_t colorIndex) |
| 73 | { |