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
@@ -6,7 +6,7 @@
#include "JSystem/JUtility/JUTAssert.h"
class JAIStreamAramMgr;
class JAIStreamDataMgr;
struct JAIStreamDataMgr;
/**
* @ingroup jsystem-jaudio
+1 -1
View File
@@ -8,7 +8,7 @@
class JASChannel;
namespace JASDsp {
class TChannel;
struct TChannel;
}
/**
+1 -1
View File
@@ -8,7 +8,7 @@ class JASInstParam;
class JASWaveBank;
namespace JASDsp {
class TChannel;
struct TChannel;
}
/**
+1 -1
View File
@@ -12,7 +12,7 @@
struct JASSoundParams;
namespace JASDsp {
class TChannel;
struct TChannel;
extern const u32 FILTER_MODE_IIR;
};
+4 -4
View File
@@ -6,10 +6,10 @@
#include "JSystem/JKernel/JKRDisposer.h"
#include <bitset>
class JAISeqData;
class JAISeqDataMgr;
class JAISeqDataUser;
class JAIStreamDataMgr;
struct JAISeqData;
struct JAISeqDataMgr;
struct JAISeqDataUser;
struct JAIStreamDataMgr;
class JASVoiceBank;
class JAUBankTableLink;
class JAUDisposer_;
+2 -2
View File
@@ -3,8 +3,8 @@
#include "JSystem/JAudio2/JAISeqDataMgr.h"
class JAISeqData;
class JAISeqDataRegion;
struct JAISeqData;
struct JAISeqDataRegion;
/**
* @ingroup jsystem-jaudio
+2 -2
View File
@@ -4,8 +4,8 @@
#include "JSystem/JAudio2/JAISeqDataMgr.h"
#include "JSystem/JSupport/JSUList.h"
class JAISeqData;
class JAISeqDataUser;
struct JAISeqData;
struct JAISeqDataUser;
class JKRArchive;
/**