home *** CD-ROM | disk | FTP | other *** search
/ Tricks of the Mac Game Programming Gurus / TricksOfTheMacGameProgrammingGurus.iso / Demos / Tools / AppMaker / Examples / pre-built AMReminder / Procedural / MainMenu.h < prev    next >
Encoding:
Text File  |  1994-11-04  |  182 b   |  9 lines  |  [TEXT/MMCC]

  1. /* MainMenu.h */
  2. /* Created 01/01/95 12:01 PM by AppMaker */
  3.  
  4. /*----------*/
  5. void    InitTitles    (void);
  6. void    LoadMenus    (void);
  7. void    DoMenu        (long        menuChoice);
  8. void    UpdateMenus (void);
  9.