Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/diasurgical/devilution
/ LoadSmlButtonArt
Function
LoadSmlButtonArt
SourceX/DiabloUI/button.cpp:11–14 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
9
Art SmlButton;
10
11
void LoadSmlButtonArt()
12
{
13
LoadArt(&SmlButton, btnData, SML_BUTTON_WIDTH, SML_BUTTON_HEIGHT * 2, 2);
14
}
15
16
void RenderButton(UiButton *button)
17
{
Callers
2
Init
Function · 0.85
progress_Load
Function · 0.85
Calls
1
LoadArt
Function · 0.85
Tested by
no test coverage detected