Twilight Princess
Decompilation of The Legend of Zelda: Twilight Princess
Loading...
Searching...
No Matches
Z2Instances.h
Go to the documentation of this file.
1#ifndef Z2INSTANCES_H
2#define Z2INSTANCES_H
3
8
9#define AUDIO_INSTANCES \
10 JASDefaultBankTable* JASGlobalInstance<JASDefaultBankTable>::sInstance; \
11 JASAudioThread* JASGlobalInstance<JASAudioThread>::sInstance; \
12 Z2SeMgr* JASGlobalInstance<Z2SeMgr>::sInstance; \
13 Z2SeqMgr* JASGlobalInstance<Z2SeqMgr>::sInstance; \
14 Z2SceneMgr* JASGlobalInstance<Z2SceneMgr>::sInstance; \
15 Z2StatusMgr* JASGlobalInstance<Z2StatusMgr>::sInstance; \
16 Z2DebugSys* JASGlobalInstance<Z2DebugSys>::sInstance; \
17 JAISoundStarter* JASGlobalInstance<JAISoundStarter>::sInstance; \
18 Z2SoundStarter* JASGlobalInstance<Z2SoundStarter>::sInstance; \
19 Z2SpeechMgr2* JASGlobalInstance<Z2SpeechMgr2>::sInstance; \
20 JAISeMgr* JASGlobalInstance<JAISeMgr>::sInstance; \
21 JAISeqMgr* JASGlobalInstance<JAISeqMgr>::sInstance; \
22 JAIStreamMgr* JASGlobalInstance<JAIStreamMgr>::sInstance; \
23 Z2SoundMgr* JASGlobalInstance<Z2SoundMgr>::sInstance; \
24 JAISoundInfo* JASGlobalInstance<JAISoundInfo>::sInstance; \
25 JAUSoundTable* JASGlobalInstance<JAUSoundTable>::sInstance; \
26 JAUSoundNameTable* JASGlobalInstance<JAUSoundNameTable>::sInstance; \
27 JAUSoundInfo* JASGlobalInstance<JAUSoundInfo>::sInstance; \
28 Z2SoundInfo* JASGlobalInstance<Z2SoundInfo>::sInstance; \
29 Z2SoundObjMgr* JASGlobalInstance<Z2SoundObjMgr>::sInstance; \
30 Z2Audience* JASGlobalInstance<Z2Audience>::sInstance; \
31 Z2FxLineMgr* JASGlobalInstance<Z2FxLineMgr>::sInstance; \
32 Z2EnvSeMgr* JASGlobalInstance<Z2EnvSeMgr>::sInstance; \
33 Z2SpeechMgr* JASGlobalInstance<Z2SpeechMgr>::sInstance; \
34 Z2WolfHowlMgr* JASGlobalInstance<Z2WolfHowlMgr>::sInstance;
35
36#endif