Subversion Repositories Games.Carmageddon

Rev

Blame | Last modification | View Log | Download | RSS feed

  1. #ifndef _S3MUSIC_H_
  2. #define _S3MUSIC_H_
  3.  
  4. #include "s3_defs.h"
  5.  
  6. void S3DisableMIDI(void);
  7. void S3StopMIDIOutlets(void);
  8. void S3ReleaseMIDI(tS3_sound_tag);
  9. int S3PlayMIDI(tS3_channel* chan);
  10. int S3MIDILoadSong(tS3_channel* chan);
  11. int S3SetMIDIVolume(tS3_channel* chan);
  12. int S3StopMIDI(tS3_channel* chan);
  13.  
  14. int S3IsMIDIStopped(tS3_channel* chan);
  15.  
  16. #endif
  17.