mirror of
https://github.com/zeldaret/tp
synced 2026-06-16 23:00:27 -04:00
alink horse mostly done (#2229)
* d_a_horse work * more work on alink horse * finish alink horse * little work on d_a_alink_link
This commit is contained in:
@@ -23,6 +23,7 @@ struct J3DTransformInfo {
|
||||
return *this;
|
||||
} */
|
||||
|
||||
#ifdef __MWERKS__
|
||||
inline J3DTransformInfo& operator=(const register J3DTransformInfo& b) {
|
||||
register const J3DTransformInfo& var_r31 = b;
|
||||
register J3DTransformInfo& var_r30 = *this;
|
||||
@@ -46,6 +47,7 @@ struct J3DTransformInfo {
|
||||
}
|
||||
return *this;
|
||||
}
|
||||
#endif
|
||||
}; // Size: 0x20
|
||||
|
||||
extern J3DTransformInfo const j3dDefaultTransformInfo;
|
||||
|
||||
Reference in New Issue
Block a user