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

Function DrawSTextBack

Source/stores.cpp:117–121  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

115}
116
117void DrawSTextBack()
118{
119 CelDraw(PANEL_X + 344, 487, pSTextBoxCels, 1, 271);
120 trans_rect(PANEL_LEFT + 347, 28, 265, 297);
121}
122
123void PrintSString(int x, int y, BOOL cjustflag, char *str, char col, int val)
124{

Callers 1

DrawSTextFunction · 0.85

Calls 2

CelDrawFunction · 0.85
trans_rectFunction · 0.85

Tested by

no test coverage detected