Mercurial > mm7
comparison AudioPlayer.h @ 2152:d44b7775fc06
Removed DirectDraw2 compatibility.
3D Sound enabled (change 3DSoundProvider registry entry to activate it).
Moved all forward declarations to mm7_unsorted_subs.h (many cpp files do not need them anyweay).
author | Nomad |
---|---|
date | Thu, 09 Jan 2014 01:37:34 +0200 |
parents | a94c5bee0225 |
children | e0863f5beee0 |
comparison
equal
deleted
inserted
replaced
2151:92511cd8fcdb | 2152:d44b7775fc06 |
---|---|
168 void PlaySound(SoundID eSoundID, signed int a3, unsigned int uNumRepeats, signed int a5, signed int a6, int a7, float uVolume, int sPlaybackRate); | 168 void PlaySound(SoundID eSoundID, signed int a3, unsigned int uNumRepeats, signed int a5, signed int a6, int a7, float uVolume, int sPlaybackRate); |
169 void UpdateSounds(); | 169 void UpdateSounds(); |
170 void StopChannels(int uStartChannel, int uEndChannel); | 170 void StopChannels(int uStartChannel, int uEndChannel); |
171 void LoadAudioSnd(); | 171 void LoadAudioSnd(); |
172 void Initialize(); | 172 void Initialize(); |
173 LSTATUS CheckA3DSupport(char a2); | 173 void CheckA3DSupport(bool query); |
174 void Release(); | 174 void Release(); |
175 void FreeChannel(MixerChannel *pChannel); | 175 void FreeChannel(MixerChannel *pChannel); |
176 void _4ABF23(AudioPlayer_3DSample *a2); | 176 void _4ABF23(AudioPlayer_3DSample *a2); |
177 void SetEAXPreferences(); | 177 void SetEAXPreferences(); |
178 void SetMapEAX(); | 178 void SetMapEAX(); |