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

Function DrawMapLineSW

Source/engine/render/automap_render.cpp:72–75  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

70}
71
72void DrawMapLineSW(const Surface &out, Point from, int height, std::uint8_t colorIndex)
73{
74 DrawMapLine<DirectionX::WEST, DirectionY::SOUTH>(out, from, height, colorIndex);
75}
76
77void DrawMapLineSteepNE(const Surface &out, Point from, int width, std::uint8_t colorIndex)
78{

Callers 1

DrawAutomapPlrFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected