diff options
| author | Pieter-Jan Briers <pieterjan.briers@gmail.com> | 2026-02-23 20:13:00 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-02-23 11:13:00 -0800 |
| commit | 59fd9f387a96f7b5975b867a50582d45f730a445 (patch) | |
| tree | c1ca8f811cd1cdbd6496c2bf12d7e6292977998e /include/JSystem/J3DGraphAnimator | |
| parent | 73debfd6b94196c54cd120ee5b0610204cea137c (diff) | |
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.
Diffstat (limited to 'include/JSystem/J3DGraphAnimator')
| -rw-r--r-- | include/JSystem/J3DGraphAnimator/J3DAnimation.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/JSystem/J3DGraphAnimator/J3DAnimation.h b/include/JSystem/J3DGraphAnimator/J3DAnimation.h index 596e5a36e7..b75b092c28 100644 --- a/include/JSystem/J3DGraphAnimator/J3DAnimation.h +++ b/include/JSystem/J3DGraphAnimator/J3DAnimation.h @@ -6,7 +6,7 @@ #include <dolphin/mtx.h> #include "global.h" -class J3DTransformInfo; +struct J3DTransformInfo; struct JUTDataBlockHeader { /* 0x0 */ u32 mType; |
