mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-07-09 04:30:49 -04:00
Fix wrong forward declares (struct/class)
Requires removing the now-matching symbols from jsystem_stubs.cpp
This commit is contained in:
@@ -100,7 +100,7 @@ protected:
|
||||
|
||||
class J3DMaterial;
|
||||
class J3DVertexData;
|
||||
class J3DDrawMtxData;
|
||||
struct J3DDrawMtxData;
|
||||
|
||||
enum J3DShpFlag {
|
||||
J3DShpFlag_Visible = 0x0001,
|
||||
|
||||
Reference in New Issue
Block a user