diff options
| author | robojumper <robojumper@gmail.com> | 2024-11-22 13:13:02 +0100 |
|---|---|---|
| committer | robojumper <robojumper@gmail.com> | 2024-11-22 13:13:02 +0100 |
| commit | ca36a0123cba816ece0149ef663f8fbaf233a024 (patch) | |
| tree | 6f120578fae2cf0f816bfc1c5cc65119d6cfd100 /include/d/a/obj | |
| parent | 15d932d1eac1a32dfb053130710393fff6368c43 (diff) | |
More
Diffstat (limited to 'include/d/a/obj')
| -rw-r--r-- | include/d/a/obj/d_a_obj_tbox.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/d/a/obj/d_a_obj_tbox.h b/include/d/a/obj/d_a_obj_tbox.h index 015fb613..f621a13a 100644 --- a/include/d/a/obj/d_a_obj_tbox.h +++ b/include/d/a/obj/d_a_obj_tbox.h @@ -116,13 +116,13 @@ private: void noUnregisterDowsing(); static bool fn_80268660(int arg); - void fn_8026E090(); + bool checkForLinkBonk(); void fn_8026E630(); bool fn_8026D540(); bool fn_8026D3C0(); void syncScaleToMdl(m3d::scnLeaf_c *lf); - void fn_8026DD70(mVec3_c *out1, mVec3_c *out2); - void getCylParams(mVec3_c *out1, f32 *out2, f32 *out3); + void getCCBounds(mVec3_c *out1, mVec3_c *out2) const; + void getCylParams(mVec3_c *out1, f32 *out2, f32 *out3) const; void fn_8026DAD0(mVec3_c *src, mVec3_c *dest) const; void fn_8026DAC0(mAng& ang); |
