Fix MORE wrong forward declares (struct/class) (#3110)

This commit is contained in:
Pieter-Jan Briers
2026-02-24 23:20:45 +01:00
committed by GitHub
parent cd6498e372
commit af7ab981e6
29 changed files with 38 additions and 38 deletions
+1 -1
View File
@@ -8,7 +8,7 @@
class JASChannel;
namespace JASDsp {
class TChannel;
struct TChannel;
}
/**
+1 -1
View File
@@ -8,7 +8,7 @@ struct 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;
};
+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;
/**