summaryrefslogtreecommitdiff
path: root/include/physics.h
diff options
context:
space:
mode:
authorHenny022p <info@henny022.de>2025-03-05 17:09:01 +0000
committerHenny022p <info@henny022.de>2025-03-09 18:58:01 +0000
commit3b9b1a388beba1d8293bea15352775a6139d3d52 (patch)
tree5c858381f0fe8880b162f1688192d0255c2e589e /include/physics.h
parentd602b93c8d5a81d9d92425d16dd45a36f6450878 (diff)
cleanup headers
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