Fix float precision in MarioAnimatorData.hpp

This commit is contained in:
Headpenguin 2024-02-10 15:34:30 -05:00
parent e0cb9e0be5
commit 102361f4d6
2 changed files with 9509 additions and 9507 deletions

View File

@ -10,9 +10,14 @@ public:
const char *swapped;
};
class XanimeBckTable {
public:
const char *animationName;
};
class XanimeGroupInfo {
public:
const char *_0;
XanimeBckTable mParent; // _0
f32 _4;
u32 _8;
f32 _C;
@ -30,11 +35,6 @@ public:
void init();
};
class XanimeBckTable {
public:
const char *animationName;
};
class XanimeSingleBckTable {
public:
XanimeBckTable parent; // _0

File diff suppressed because it is too large Load Diff