Added M_Print() and M_DrawCheckBox() prototypes.

This commit is contained in:
Marcus Sundberg 2000-01-09 05:02:41 +00:00
parent e06585df17
commit fa34d3a742

View file

@ -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);