mirror of
https://github.com/edubart/otclient.git
synced 2025-12-30 19:27:12 +01:00
Update sound engine with some sound fixes
* Refactor client module
This commit is contained in:
@@ -34,6 +34,7 @@ class SoundManager;
|
||||
class SoundSource;
|
||||
class SoundBuffer;
|
||||
class SoundFile;
|
||||
class SoundChannel;
|
||||
class StreamSoundSource;
|
||||
class CombinedSoundSource;
|
||||
class OggSoundFile;
|
||||
@@ -41,6 +42,7 @@ class OggSoundFile;
|
||||
typedef stdext::shared_object_ptr<SoundSource> SoundSourcePtr;
|
||||
typedef stdext::shared_object_ptr<SoundFile> SoundFilePtr;
|
||||
typedef stdext::shared_object_ptr<SoundBuffer> SoundBufferPtr;
|
||||
typedef stdext::shared_object_ptr<SoundChannel> SoundChannelPtr;
|
||||
typedef stdext::shared_object_ptr<StreamSoundSource> StreamSoundSourcePtr;
|
||||
typedef stdext::shared_object_ptr<CombinedSoundSource> CombinedSoundSourcePtr;
|
||||
typedef stdext::shared_object_ptr<OggSoundFile> OggSoundFilePtr;
|
||||
|
||||
Reference in New Issue
Block a user