mirror of
https://github.com/zeldaret/tp
synced 2026-09-02 18:02:55 -04:00
Fix MORE wrong forward declares (struct/class) (#3110)
This commit is contained in:
committed by
GitHub
parent
02607a4571
commit
f54661f878
@@ -61,7 +61,7 @@ public:
|
||||
static Z2CreatureLink* getLink() { return mLinkPtr; }
|
||||
|
||||
friend class Z2LinkSoundStarter;
|
||||
friend class Z2RideSoundStarter;
|
||||
friend struct Z2RideSoundStarter;
|
||||
|
||||
private:
|
||||
/* 0x90 Z2LinkSoundStarter */
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
#include "Z2AudioLib/Z2SoundHandles.h"
|
||||
#include "JSystem/JAudio2/JAUSoundAnimator.h"
|
||||
|
||||
class Z2SoundStarter;
|
||||
struct Z2SoundStarter;
|
||||
|
||||
class Z2SoundObjBase : public Z2SoundHandles
|
||||
#if DEBUG
|
||||
|
||||
Reference in New Issue
Block a user