Pyrogenesis
13997
|
#include "precompiled.h"
#include "ISoundManager.h"
#include "SoundManager.h"
#include "ps/Filesystem.h"
#include "soundmanager/data/SoundData.h"
#include "soundmanager/items/CSoundItem.h"
#include "soundmanager/items/CBufferItem.h"
#include "soundmanager/items/CStreamItem.h"
#include "lib/external_libraries/libsdl.h"
#include "ps/CLogger.h"
#include "ps/CStr.h"
#include "ps/Profiler2.h"
Go to the source code of this file.
Classes | |
class | CSoundManagerWorker |
Macros | |
#define | SOURCE_NUM 64 |
Variables | |
ISoundManager * | g_SoundManager = NULL |
#define SOURCE_NUM 64 |
Definition at line 36 of file SoundManager.cpp.
ISoundManager* g_SoundManager = NULL |
Definition at line 34 of file SoundManager.cpp.