mirror of
https://github.com/zeldaret/tp
synced 2026-07-11 15:28:38 -04:00
Z2WolfHowlMgr, d_bg_s, quat OK (#1887)
This commit is contained in:
@@ -23,7 +23,7 @@ public:
|
||||
PRIORITY_0,
|
||||
};
|
||||
|
||||
typedef s32 (*PushPull_CallBack)(cBgS_PolyInfo const&, fopAc_ac_c*, s16,
|
||||
typedef bool (*PushPull_CallBack)(fopAc_ac_c*, fopAc_ac_c*, s16,
|
||||
dBgW_Base::PushPullLabel);
|
||||
|
||||
/* 8007E5A8 */ dBgW_Base();
|
||||
|
||||
@@ -8,6 +8,7 @@
|
||||
#include "SSystem/SComponent/c_xyz.h"
|
||||
#include "dolphin/gx/GXEnum.h"
|
||||
#include "dolphin/gx/GXStruct.h"
|
||||
#include "Z2AudioLib/Z2SoundStarter.h"
|
||||
|
||||
class J3DModel;
|
||||
class dDemo_actor_c;
|
||||
@@ -301,4 +302,8 @@ public:
|
||||
static const u8* m_branchData;
|
||||
};
|
||||
|
||||
inline Z2SoundStarter* Z2GetSoundStarter() {
|
||||
return JASGlobalInstance<Z2SoundStarter>::getInstance();
|
||||
}
|
||||
|
||||
#endif /* D_D_DEMO_H */
|
||||
|
||||
Reference in New Issue
Block a user