#include "pch.h"
#include "ASoundManager.h"
#include "ASoundLegacy.h"
#include "ASound.h"
#include "Cameras/ACameraManager.h"
#include "Tasks/ARootTask.h"
#include "Assets/AAssetLoader.h"
#include "Memory/AMemory.h"
#include "AWaveBankFMODFSB.h"
#include "AWaveBankFMODFSBStream.h"
#include "ALoadScreen.h"
#include "ARandom.h"
#include <Plugins/PPropertyParser/PBProperties.h>
#include <fmod/fmod.h>
#include <Core/TMemoryDebugOn.h>
Go to the source code of this file.
Macros | |
#define | MAX_NUM_SOUND_EVENTS 256 |
#define | MAX_NUM_STREAMS 64 |
#define MAX_NUM_SOUND_EVENTS 256 |
Definition at line 28 of file ASoundManager.cpp.
#define MAX_NUM_STREAMS 64 |
Definition at line 29 of file ASoundManager.cpp.