MCPcopy Create free account
hub / github.com/diasurgical/DevilutionX / DrawMapLineNW

Function DrawMapLineNW

Source/engine/render/automap_render.cpp:67–70  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

65}
66
67void 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
72void DrawMapLineSW(const Surface &out, Point from, int height, std::uint8_t colorIndex)
73{

Callers 1

DrawAutomapPlrFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected