home *** CD-ROM | disk | FTP | other *** search
/ Club Amiga de Montreal - CAM / CAM_CD_1.iso / files / 611.lha / AlgoRhythms_v2.0 / Source.LZH / Source / Menus.h < prev    next >
Encoding:
C/C++ Source or Header  |  1992-02-22  |  236 b   |  11 lines

  1. #ifndef MENUS_LOADED
  2. #define MENUS_LOADED 1
  3.  
  4. /* Menus.h */
  5. extern void Init_Menu (void);
  6. extern int CheckMenu (int *class, int *code);
  7. extern void CloseMenu (void);
  8. extern void Set_Record (void);
  9. extern void Clear_Record (void);
  10. #endif
  11.