Fix wrong forward declares (struct/class)

Requires removing the now-matching symbols from jsystem_stubs.cpp
This commit is contained in:
PJB3005
2026-02-24 16:56:49 +01:00
parent 79e9fa257f
commit fcf1f4bed1
33 changed files with 45 additions and 54 deletions
+1 -1
View File
@@ -61,7 +61,7 @@ public:
static Z2CreatureLink* getLink() { return mLinkPtr; }
friend class Z2LinkSoundStarter;
friend class Z2RideSoundStarter;
friend struct Z2RideSoundStarter;
private:
/* 0x90 Z2LinkSoundStarter */
+1 -1
View File
@@ -4,7 +4,7 @@
#include "Z2AudioLib/Z2SoundHandles.h"
#include "JSystem/JAudio2/JAUSoundAnimator.h"
class Z2SoundStarter;
struct Z2SoundStarter;
class Z2SoundObjBase : public Z2SoundHandles
#if DEBUG