ref: 1fcb507e98d51bbf6c03967964d02f3c621daf6c
dir: /src/music.h/
// music.h void EnableMusic( MBoolean on ); void PauseMusic( void ); void ResumeMusic( void ); void FastMusic( void ); void SlowMusic( void ); int GetCurrentMusic( void ); void ChooseMusic( short which ); void ShutdownMusic(); extern MBoolean musicOn; extern int musicSelection;