diff options
author | garak <garakmon@gmail.com> | 2018-10-16 14:31:45 -0400 |
---|---|---|
committer | garak <garakmon@gmail.com> | 2018-10-16 14:31:45 -0400 |
commit | 0051947414df4656826a5ba0b252fdbb5fb0e065 (patch) | |
tree | 4ac69544094baaa620b1e8556ddf79715db4fde3 /include/rotating_gate.h | |
parent | 72f9afcbf4a81909019f21acad0484b72ed217f6 (diff) | |
parent | ed1bb3030bae8b0d00a1fbb68ebd50f6376938ac (diff) |
Merge remote-tracking branch 'upstream/master' into event-flags
Diffstat (limited to 'include/rotating_gate.h')
-rw-r--r-- | include/rotating_gate.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/rotating_gate.h b/include/rotating_gate.h index 2ae26aa5b..fd86a6b04 100644 --- a/include/rotating_gate.h +++ b/include/rotating_gate.h @@ -2,7 +2,7 @@ #define GUARD_ROTATING_GATE_H void RotatingGatePuzzleCameraUpdate(s16, s16); -void RotatingGate_InitPuzzleAndGraphics(); +void RotatingGate_InitPuzzleAndGraphics(void); u32 CheckForRotatingGatePuzzleCollision(u8, s16, s16); bool32 CheckForRotatingGatePuzzleCollisionWithoutAnimation(u8, s16, s16); |