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
-9
View File
@@ -5,10 +5,6 @@
#pragma mark J3DShapeTable
#include "JSystem/J3DGraphAnimator/J3DShapeTable.h"
void J3DShapeTable::initShapeNodes(J3DDrawMtxData* mtxData, J3DVertexData* vtxData) {
puts("J3DShapeTable::initShapeNodes is a stub");
}
// JAISe::JAISeMgr_startID_, JAISeq::JAISeqMgr_startID_, JAIStream::JAIStreamMgr_startID_
// are compiled from their real source files (JAISe.obj, JAISeq.obj, JAIStream.obj)
@@ -25,11 +21,6 @@ JAUSoundNameTable* JAUSection::newSoundNameTable(void const* data, u32 size, boo
return nullptr;
}
JAIStreamDataMgr* JAUSection::newStreamFileTable(void const* data, bool flag) {
puts("JAUSection::newStreamFileTable is a stub");
return nullptr;
}
#pragma mark JASHeap
#include "JSystem/JAudio2/JASHeapCtrl.h"