summaryrefslogtreecommitdiff
path: root/include/rotating_gate.h
diff options
context:
space:
mode:
authorMCboy <atasro2@gmail.com>2018-08-12 22:28:41 +0430
committerGitHub <noreply@github.com>2018-08-12 22:28:41 +0430
commit8650f2345d1342fe869d4b9af1d662a823fbba14 (patch)
tree6ce34612b2d755c1a82f7b5154c2c3ca32c14a75 /include/rotating_gate.h
parent6c365fdc94f0adca78ce3533745b75f389ccc9f2 (diff)
define function in header
Diffstat (limited to 'include/rotating_gate.h')
-rw-r--r--include/rotating_gate.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/rotating_gate.h b/include/rotating_gate.h
index 50a838953..2ae26aa5b 100644
--- a/include/rotating_gate.h
+++ b/include/rotating_gate.h
@@ -4,5 +4,6 @@
void RotatingGatePuzzleCameraUpdate(s16, s16);
void RotatingGate_InitPuzzleAndGraphics();
u32 CheckForRotatingGatePuzzleCollision(u8, s16, s16);
+bool32 CheckForRotatingGatePuzzleCollisionWithoutAnimation(u8, s16, s16);
#endif // GUARD_ROTATING_GATE_H