mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-09-02 00:38:46 -04:00
Fix incorrect forward declare keywords (#3107)
Mixups of class/struct keyword in forward declares. Doesn't seem to matter on MWCC, but causes name mangling mismatching on modern platforms.
This commit is contained in:
committed by
GitHub
parent
765878893f
commit
a2dcb7251b
@@ -6,7 +6,7 @@
|
||||
#include <dolphin/mtx.h>
|
||||
#include "global.h"
|
||||
|
||||
class J3DTransformInfo;
|
||||
struct J3DTransformInfo;
|
||||
|
||||
struct JUTDataBlockHeader {
|
||||
/* 0x0 */ u32 mType;
|
||||
|
||||
Reference in New Issue
Block a user