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

  1. void main(void);
  2. int  calc_truepath(int,int);
  3. void help_window(void);
  4. void intro_screen(void);
  5. int  is_a_vertex(int);
  6. void load_maze(char *);
  7. void put_tile(int,int,int);
  8. void run_maze(void);
  9. int  test_bit(int,int);
  10. int  unfill_path(int,int,int);
  11.