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