mirror of
https://github.com/zeldaret/tp
synced 2026-09-01 09:43:27 -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
73debfd6b9
commit
59fd9f387a
@@ -221,7 +221,7 @@ private:
|
||||
/* 0x14 */ J3DAnmCluster* mpAnm;
|
||||
};
|
||||
|
||||
class J3DTransformInfo;
|
||||
struct J3DTransformInfo;
|
||||
|
||||
class mDoExt_AnmRatioPack {
|
||||
public:
|
||||
|
||||
Reference in New Issue
Block a user