| 164 | } |
| 165 | |
| 166 | void CDECL FUNCBODY_DrawTextW( |
| 167 | int x, |
| 168 | int y, |
| 169 | unsigned char font, |
| 170 | const wchar_t *text, |
| 171 | unsigned short color, |
| 172 | int width, |
| 173 | TEXT_ALIGN_TYPE align, |
| 174 | unsigned short flags) |
| 175 | { |
| 176 | g_FontManager.DrawW(font, text, color, x, y, 30, width, align, flags); |
| 177 | } |
| 178 | |
| 179 | void CDECL FUNCBODY_DrawArt(int x, int y, unsigned short graphic, unsigned short color) |
| 180 | { |