#ifndef Z2INSTANCES_H #define Z2INSTANCES_H #include "Z2AudioLib/Z2WolfHowlMgr.h" #include "Z2AudioLib/Z2DebugSys.h" #include "JSystem/JAudio2/JASAudioThread.h" #include "JSystem/JAudio2/JAUSoundTable.h" #define AUDIO_INSTANCES \ template<> JASDefaultBankTable* JASGlobalInstance::sInstance; \ template<> JASAudioThread* JASGlobalInstance::sInstance; \ template<> Z2SeMgr* JASGlobalInstance::sInstance; \ template<> Z2SeqMgr* JASGlobalInstance::sInstance; \ template<> Z2SceneMgr* JASGlobalInstance::sInstance; \ template<> Z2StatusMgr* JASGlobalInstance::sInstance; \ template<> Z2DebugSys* JASGlobalInstance::sInstance; \ template<> JAISoundStarter* JASGlobalInstance::sInstance; \ template<> Z2SoundStarter* JASGlobalInstance::sInstance; \ template<> Z2SpeechMgr2* JASGlobalInstance::sInstance; \ template<> JAISeMgr* JASGlobalInstance::sInstance; \ template<> JAISeqMgr* JASGlobalInstance::sInstance; \ template<> JAIStreamMgr* JASGlobalInstance::sInstance; \ template<> Z2SoundMgr* JASGlobalInstance::sInstance; \ template<> JAISoundInfo* JASGlobalInstance::sInstance; \ template<> JAUSoundTable* JASGlobalInstance::sInstance; \ template<> JAUSoundNameTable* JASGlobalInstance::sInstance; \ template<> JAUSoundInfo* JASGlobalInstance::sInstance; \ template<> Z2SoundInfo* JASGlobalInstance::sInstance; \ template<> Z2SoundObjMgr* JASGlobalInstance::sInstance; \ template<> Z2Audience* JASGlobalInstance::sInstance; \ template<> Z2FxLineMgr* JASGlobalInstance::sInstance; \ template<> Z2EnvSeMgr* JASGlobalInstance::sInstance; \ template<> Z2SpeechMgr* JASGlobalInstance::sInstance; \ template<> Z2WolfHowlMgr* JASGlobalInstance::sInstance; #endif