diff options
| author | Aetias <aetias@outlook.com> | 2024-05-23 18:52:36 +0200 |
|---|---|---|
| committer | Aetias <aetias@outlook.com> | 2024-05-23 18:52:36 +0200 |
| commit | c779b21215958c999d2360cd034116c2c323959a (patch) | |
| tree | 80472d6021b32639bde80d5d4a2c1f652e359504 /include/lib | |
| parent | 502425ad80ab19d42d1af2fb90e5e141d2f2a186 (diff) | |
Rename `EquipCollidesWith`, `Cylinder::Overlaps`
Diffstat (limited to 'include/lib')
| -rw-r--r-- | include/lib/math.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/lib/math.h b/include/lib/math.h index 04fd2db4..f4c2bafb 100644 --- a/include/lib/math.h +++ b/include/lib/math.h @@ -63,4 +63,3 @@ extern "C" u32 FastDivide(u32 a, u32 b); extern "C" u32 Divide(u32 a, u32 b); extern "C" bool Approach(unk32 *src, unk32 dest, unk32 step); extern "C" bool Approach_thunk(unk32 *src, unk32 dest, unk32 step); -extern "C" bool func_01ffec34(Vec4p *param1, Vec4p *param2); |
