mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-07-29 07:21:54 -04:00
Fix wrong forward declares (struct/class)
Requires removing the now-matching symbols from jsystem_stubs.cpp
This commit is contained in:
@@ -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"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user