Lines Matching full:void
26 void Draw_Init (void);
27 void Draw_Character (int x, int y, int num);
28 void Draw_DebugChar (char num);
29 void Draw_Pic (int x, int y, qpic_t *pic);
30 void Draw_TransPic (int x, int y, qpic_t *pic);
31 void Draw_TransPicTranslate (int x, int y, qpic_t *pic, byte *translation);
32 void Draw_ConsoleBackground (int lines);
33 void Draw_BeginDisc (void);
34 void Draw_EndDisc (void);
35 void Draw_TileClear (int x, int y, int w, int h);
36 void Draw_Fill (int x, int y, int w, int h, int c);
37 void Draw_FadeScreen (void);
38 void Draw_String (int x, int y, const char *str);