diff options
| author | Tal Hayon <talhayon1@gmail.com> | 2022-04-16 00:50:17 +0300 |
|---|---|---|
| committer | Tal Hayon <talhayon1@gmail.com> | 2022-04-16 00:50:17 +0300 |
| commit | 02f5e4cc5f8808c4aed3ec2bade32699ad5b2cbd (patch) | |
| tree | 362cf615121821cd32b1a8f637e35172b9f813d9 /include | |
| parent | d93cc82ccff4e1f2921ef76818ee39e809ef2c97 (diff) | |
Match Syrup_Head and put const data in syrup
Diffstat (limited to 'include')
| -rw-r--r-- | include/physics.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/physics.h b/include/physics.h index 0046fbd5..a5aee40d 100644 --- a/include/physics.h +++ b/include/physics.h @@ -39,6 +39,7 @@ u32 sub_0806F5B0(u32); u32 sub_0806F824(Entity*, Entity*, s32, s32); u32 sub_0806F948(Entity*); void sub_0806FBB4(Entity*); +void sub_0806FF48(Entity*, u32, u32); void sub_0806FCF4(Entity*, s32, s32, s32); void sub_0806FD3C(Entity*); bool32 sub_0806FDA0(Entity*); |
