mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-09-05 17:47:54 -04:00
Remove private specifiers from game code classes (#2375)
* remove private specifiers from game code * fix formatting * fix more formatting * Add some missing public modifiers --------- Co-authored-by: Luke Street <luke@street.dev>
This commit is contained in:
@@ -67,7 +67,6 @@ public:
|
||||
void playVoice(int);
|
||||
virtual Z2SoundHandlePool* startCreatureVoice(JAISoundID soundID, s8 reverb);
|
||||
|
||||
private:
|
||||
/* 0xA0 */ s8 mCitizenID;
|
||||
/* 0xA1 */ s8 field_0xa1;
|
||||
/* 0xA2 */ bool mLinkSearch;
|
||||
|
||||
@@ -63,7 +63,6 @@ public:
|
||||
friend class Z2LinkSoundStarter;
|
||||
friend struct Z2RideSoundStarter;
|
||||
|
||||
private:
|
||||
/* 0x90 Z2LinkSoundStarter */
|
||||
/* 0x94 */ Z2SoundObjSimple mKantera;
|
||||
/* 0xB4 */ Vec field_0xb4;
|
||||
@@ -123,7 +122,6 @@ public:
|
||||
|
||||
virtual void deleteObject();
|
||||
|
||||
private:
|
||||
/* 0x90 */ // Z2RideSoundStarter mSoundStarter;
|
||||
/* 0x98 */ bool mLinkRiding;
|
||||
}; // Size: 0x9C
|
||||
@@ -136,7 +134,6 @@ public:
|
||||
Z2SoundHandlePool* startFireSound(u16);
|
||||
Z2SoundHandlePool* startSound(JAISoundID soundID, u32 mapinfo, s8 reverb);
|
||||
|
||||
private:
|
||||
/* 0x20 */ f32 field_0x20;
|
||||
};
|
||||
|
||||
|
||||
@@ -47,7 +47,6 @@ public:
|
||||
s32 getBgmLoadStatus(u32 wave) { return getWaveLoadStatus(wave, 1); }
|
||||
u8 getDemoSeWaveNum() { return loadedDemoWave; }
|
||||
|
||||
// private:
|
||||
/* 0x00 */ JAISoundID BGM_ID;
|
||||
/* 0x04 */ int sceneNum;
|
||||
/* 0x08 */ int timer;
|
||||
|
||||
@@ -84,7 +84,6 @@ public:
|
||||
void homeMenuSeCallback(s32);
|
||||
#endif
|
||||
|
||||
private:
|
||||
/* 0x000 */ JAISoundHandle mSoundHandle[24];
|
||||
/* 0x060 */ JAISoundHandles mSoundHandles;
|
||||
#if VERSION >= VERSION_WII_USA_R0
|
||||
|
||||
@@ -44,7 +44,6 @@ public:
|
||||
return (Z2SoundHandlePool*)getNth(index);
|
||||
}
|
||||
|
||||
private:
|
||||
/* 0xC */ u8 handleNum_;
|
||||
};
|
||||
|
||||
|
||||
@@ -38,7 +38,6 @@ public:
|
||||
const JAISeqMgr* getSeqMgr() const { return &seqMgr_; }
|
||||
JAIStreamMgr* getStreamMgr() { return &streamMgr_; }
|
||||
|
||||
private:
|
||||
/* 0x004 */ JAISeMgr seMgr_;
|
||||
/* 0x728 */ JAISeqMgr seqMgr_;
|
||||
/* 0x79C */ JAIStreamMgr streamMgr_;
|
||||
|
||||
@@ -104,7 +104,6 @@ public:
|
||||
JSUList<Z2SoundObjBase>* getAllList() { return &allList_; }
|
||||
#endif
|
||||
|
||||
private:
|
||||
/* 0x00 */ JSUList<Z2CreatureEnemy> field_0x0;
|
||||
#if PARTIAL_DEBUG || DEBUG
|
||||
/* 0x0C */ JSUList<Z2SoundObjBase> allList_;
|
||||
|
||||
@@ -70,7 +70,6 @@ public:
|
||||
u8 getReleaseTimer() { return mReleaseTimer; }
|
||||
u8 getCorrectCurveID() { return mCorrectCurveID; }
|
||||
|
||||
private:
|
||||
/* 0x00 */ JAISoundHandle mWolfHowlHandle;
|
||||
/* 0x04 */ JAISoundHandle mWindStoneHandle;
|
||||
/* 0x08 */ JAISoundHandle mGuideHandle;
|
||||
|
||||
Reference in New Issue
Block a user