mirror of
https://github.com/zeldaret/tp
synced 2026-07-07 06:04:58 -04:00
copy dolsdk2004 to tp / b_bh + e_mb done (#2299)
* move dolsdk2004 over * cleanup some temp work * finish and cleanup gf * b_bh done * d_a_e_mb done
This commit is contained in:
@@ -24,6 +24,9 @@ public:
|
||||
virtual Z2SoundHandlePool* startSound(JAISoundID, u32, s8);
|
||||
virtual Z2SoundHandlePool* startLevelSound(JAISoundID, u32, s8);
|
||||
|
||||
#if VERSION == VERSION_SHIELD_DEBUG
|
||||
/* 0x14 */ u8 unk_0x14[0x24 - 0x14];
|
||||
#endif
|
||||
/* 0x14 */ Z2SoundStarter* mSoundStarter;
|
||||
/* 0x18 */ JGeometry::TVec3<f32>* mSoundPos;
|
||||
/* 0x1C */ u16 field_0x1c;
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
#define Z2STATUSMGR_H
|
||||
|
||||
#include "JSystem/JAudio2/JASGadget.h"
|
||||
#include "dolphin/mtx/vec.h"
|
||||
#include "dolphin/mtx.h"
|
||||
|
||||
struct Z2StatusMgr : public JASGlobalInstance<Z2StatusMgr> {
|
||||
Z2StatusMgr();
|
||||
|
||||
Reference in New Issue
Block a user