home *** CD-ROM | disk | FTP | other *** search
/ GameStar Special 2004 August / GSSH0804.iso / Rollenspiele / SwordOfFargoal / fargoal20030731b.exe / fargoal / src / menu.h < prev    next >
C/C++ Source or Header  |  2003-07-31  |  145b  |  9 lines

  1. extern int menu_active;
  2.  
  3. void menu_alt_tab (void);
  4.  
  5. void menu_init (void);
  6. void menu_run (void);
  7. void menu_render (void);
  8. void menu_exit (void);
  9.