home *** CD-ROM | disk | FTP | other *** search
/ Resource Library: Graphics / graphics-16000.iso / msdos / animutil / fastgfx / fghedge / common.h < prev    next >
Text File  |  1993-10-10  |  223b  |  9 lines

  1. void abort_game(void);
  2. void center_string(char *,int,int);
  3. int  file_exists(char *);
  4. void flushkey(void);
  5. void init_graphics(void);
  6. void init_mouse(void);
  7. void put_string(char *,int,int);
  8. void quit_graphics(void);
  9.