mirror of
https://git.code.sf.net/p/quake/quakeforge-old
synced 2025-02-17 01:01:17 +00:00
Added M_Print() and M_DrawCheckBox() prototypes.
This commit is contained in:
parent
e06585df17
commit
fa34d3a742
1 changed files with 4 additions and 0 deletions
|
@ -45,3 +45,7 @@ qpic_t *Draw_CachePic (char *path);
|
|||
#ifdef QUAKEWORLD
|
||||
void Draw_Crosshair(void);
|
||||
#endif
|
||||
|
||||
/* Menu drawing functions goes here too */
|
||||
void M_Print (int cx, int cy, char *str);
|
||||
void M_DrawCheckbox (int x, int y, int on);
|
||||
|
|
Loading…
Reference in a new issue