summaryrefslogtreecommitdiff
path: root/include/physics.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/physics.h')
-rw-r--r--include/physics.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/physics.h b/include/physics.h
index dc6460cc..9c1a8206 100644
--- a/include/physics.h
+++ b/include/physics.h
@@ -55,8 +55,11 @@ extern bool32 ProcessMovement4(Entity*);
extern bool32 ProcessMovement5(Entity*);
extern bool32 ProcessMovement6(Entity*);
extern bool32 ProcessMovementInternal(Entity*, s32, s32, u32);
+extern void sub_080AF284(void);
extern const s16 gSineTable[64];
extern const s16 gCosineTable[256];
+extern u32 BounceUpdate(Entity*, u32);
+
#endif // PHYSICS_H