home *** CD-ROM | disk | FTP | other *** search
/ Gold Fish 1 / GoldFishApril1994_CD2.img / d4xx / d424 / med / programmers / modplayer / modplayer.h < prev    next >
C/C++ Source or Header  |  1990-12-29  |  489b  |  14 lines

  1. #ifdef LATTICE
  2. LONG __asm InitPlayer(void);
  3. void __asm RemPlayer(void);
  4. void __asm PlayModule(register __a0 struct MMD0 *);
  5. void __asm ContModule(register __a0 struct MMD0 *);
  6. void __asm StopPlayer(void);
  7. void __asm DimOffPlayer(register __d0 UWORD);
  8. void __asm ResetMIDI(void);
  9. void __asm SetTempo(register __d0 UWORD);
  10. struct MMD0 * __asm LoadModule(register __a0 char *);
  11. void __asm RelocModule(register __a0 struct MMD0 *);
  12. void __asm UnLoadModule(register __a0 struct MMD0 *);
  13. #endif
  14.