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

Function DrawMapLineSteepSW

Source/engine/render/automap_render.cpp:92–95  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

90}
91
92void DrawMapLineSteepSW(const Surface &out, Point from, int width, std::uint8_t colorIndex)
93{
94 DrawMapLineSteep<DirectionX::WEST, DirectionY::SOUTH>(out, from, width, colorIndex);
95}
96
97} // namespace devilution

Callers 1

DrawAutomapPlrFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected