Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
92
void 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
DrawAutomapPlr
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected