MCPcopy Create free account
hub / github.com/diasurgical/devilution / progress_Free

Function progress_Free

SourceX/DiabloUI/progress.cpp:53–65  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

51}
52
53void progress_Free()
54{
55 ArtBackground.Unload();
56 ArtPopupSm.Unload();
57 ArtProgBG.Unload();
58 ProgFil.Unload();
59 UnloadSmlButtonArt();
60 SDL_FreeSurface(msgSurface);
61 msgSurface = NULL;
62 SDL_FreeSurface(cancleSurface);
63 cancleSurface = NULL;
64 UnloadTtfFont();
65}
66
67void progress_Render(BYTE progress)
68{

Callers 1

UiProgressDialogFunction · 0.85

Calls 3

UnloadSmlButtonArtFunction · 0.85
UnloadTtfFontFunction · 0.85
UnloadMethod · 0.80

Tested by

no test coverage detected