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

Function DrawQTextBack

Source/minitext.cpp:75–79  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

73}
74
75void DrawQTextBack()
76{
77 CelDraw(PANEL_X + 24, 487, pTextBoxCels, 1, 591);
78 trans_rect(PANEL_LEFT + 27, 28, 585, 297);
79}
80
81void PrintQTextChr(int sx, int sy, BYTE *pCelBuff, int nCel)
82{

Callers 3

DrawSTextFunction · 0.85
DrawHelpFunction · 0.85
DrawQTextFunction · 0.85

Calls 2

CelDrawFunction · 0.85
trans_rectFunction · 0.85

Tested by

no test coverage detected