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

Function DrawUTextBack

Source/items.cpp:2916–2920  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2914}
2915
2916void DrawUTextBack()
2917{
2918 CelDraw(RIGHT_PANEL_X - SPANEL_WIDTH + 24, SCREEN_Y + 327, pSTextBoxCels, 1, 271);
2919 trans_rect(RIGHT_PANEL - SPANEL_WIDTH + 27, 28, 265, 297);
2920}
2921
2922void PrintUString(int x, int y, BOOL cjustflag, char *str, int col)
2923{

Callers 1

DrawUniqueInfoFunction · 0.85

Calls 2

CelDrawFunction · 0.85
trans_rectFunction · 0.85

Tested by

no test coverage detected