MCPcopy 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

9Art SmlButton;
10
11void LoadSmlButtonArt()
12{
13 LoadArt(&SmlButton, btnData, SML_BUTTON_WIDTH, SML_BUTTON_HEIGHT * 2, 2);
14}
15
16void RenderButton(UiButton *button)
17{

Callers 2

InitFunction · 0.85
progress_LoadFunction · 0.85

Calls 1

LoadArtFunction · 0.85

Tested by

no test coverage detected