diff options
| author | theo3 <arisstephenson2@gmail.com> | 2022-03-28 21:01:02 -0700 |
|---|---|---|
| committer | theo3 <arisstephenson2@gmail.com> | 2022-03-28 21:01:02 -0700 |
| commit | 65b80571b230d08426e6329dc7eb4348ca5012d1 (patch) | |
| tree | d1329b47d3ec3a2f993f995b33328b82196d0964 /include/object.h | |
| parent | 6000b4f2d3bc4ef482496560e3a47b3ca2b7e2b8 (diff) | |
naming
Diffstat (limited to 'include/object.h')
| -rw-r--r-- | include/object.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/object.h b/include/object.h index c8b46a16..d2c17e5a 100644 --- a/include/object.h +++ b/include/object.h @@ -19,7 +19,7 @@ extern void sub_080787B4(Entity*); extern void sub_0808C650(Entity*, u32); extern u32 sub_0808C67C(void); extern void sub_0808C688(void); -extern void sub_080A2BE4(Entity*, bool32); +extern void SyncPlayerToPlatform(Entity*, bool32); void CreateDust(Entity* parent); void CreateDustAt(s32, s32, u32); |
