diff options
| author | theo3 <arisstephenson2@gmail.com> | 2022-03-27 23:20:26 -0700 |
|---|---|---|
| committer | theo3 <arisstephenson2@gmail.com> | 2022-03-27 23:20:26 -0700 |
| commit | ffb4653b0d4fa45823262d58218e2dd7b0659557 (patch) | |
| tree | daa5c9ab025473a98803df2ab1ec6887756404ba /include/object.h | |
| parent | 190bc2162420c38ba6eda647ff39f029ec2173bb (diff) | |
move function decls from player.c
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 7164e413..eb4582d4 100644 --- a/include/object.h +++ b/include/object.h @@ -14,7 +14,6 @@ #include "entity.h" #include "player.h" -extern void sub_0807879C(Entity*); extern void sub_080787C0(Entity*); extern void sub_080787B4(Entity*); extern void sub_0808C650(Entity*, u32); @@ -25,6 +24,7 @@ extern void sub_080A2BE4(Entity*, bool32); void CreateDust(Entity* parent); void CreateDustAt(s32, s32, u32); void CreateDustSmall(Entity* parent); +Entity* CreateWaterTrace(Entity*); Entity* CreateSpeechBubbleQuestionMark(Entity*, s32, s32); Entity* CreateSpeechBubbleExclamationMark(Entity*, s32, s32); Entity* CreateSpeechBubbleSleep(Entity*, s32, s32); |
