ref: 1ae6334bfaeb53c301a553e45733ad2a50b74689
dir: /Source/soundfx.h/
// soundfx.h
void InitSound( void );
void PlayStereo( short player, short which );
void PlayStereoFrequency( short player, short which, short freq );
void PlayMono( short which );
void UpdateSound();
enum
{
kShift = 0,
kRotate,
kPlace,
kSquishy,
kBounce,
kSplop,
kWhistle,
kPause,
kLoss,
kVictory,
kMagic,
kWhomp,
kChime,
kClick,
kLevelUp,
kContinueSnd,
kBatsuSnd,
kNumSounds
};
extern MBoolean soundOn;