home *** CD-ROM | disk | FTP | other *** search
/ Graphics Plus / Graphics Plus.iso / msdos / animutil / fastgfx / fghedge / common.h < prev    next >
Encoding:
Text File  |  1993-10-11  |  223 b   |  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.