mirror of
https://github.com/zeldaret/tp
synced 2026-08-09 10:54:11 -04:00
d_error_msg mostly done, little Z2LinkMgr work (#2248)
This commit is contained in:
@@ -29,8 +29,9 @@ public:
|
||||
void resetRecover();
|
||||
bool hasReset() const;
|
||||
|
||||
static Z2AudioMgr* getInterface() { return mAudioMgrPtr; }
|
||||
bool isResetting() { return mResettingFlag; }
|
||||
|
||||
static Z2AudioMgr* getInterface() { return mAudioMgrPtr; }
|
||||
static Z2AudioMgr* mAudioMgrPtr;
|
||||
|
||||
/* 0x0514 */ virtual bool startSound(JAISoundID, JAISoundHandle*, JGeometry::TVec3<f32> const*);
|
||||
|
||||
Reference in New Issue
Block a user