mirror of
https://github.com/ZDoom/raze-gles.git
synced 2024-11-05 20:41:06 +00:00
09f0c239b6
git-svn-id: https://svn.eduke32.com/eduke32@5 1a8010ca-5511-0410-912e-c29ae57300e0
8 lines
352 B
C
8 lines
352 B
C
void GAME_drawosdchar(int x, int y, char ch, int shade, int pal);
|
|
void GAME_drawosdstr(int x, int y, char *ch, int len, int shade, int pal);
|
|
void GAME_drawosdcursor(int x, int y, int type, int lastkeypress);
|
|
int GAME_getcolumnwidth(int w);
|
|
int GAME_getrowheight(int w);
|
|
void GAME_clearbackground(int c, int r);
|
|
void GAME_onshowosd(int shown);
|
|
|