summaryrefslogtreecommitdiff
path: root/include/rotating_gate.h
diff options
context:
space:
mode:
authorDeokishisu <edsaletto@gmail.com>2018-10-14 14:16:07 -0400
committerDeokishisu <edsaletto@gmail.com>2018-10-14 14:16:07 -0400
commite129f4864fa342fdca46399f216ee0c0c46c26b4 (patch)
tree9df7fd1157581d84567225e2dcbc6318901dc2e9 /include/rotating_gate.h
parent2bd86dad2fddb1c836b462a4137fab724c7eb305 (diff)
parent0979ea91fb247b642cf7aa9e0bea5265917923d8 (diff)
Merge branch 'master' of https://github.com/pret/pokeemerald into LabelOWsProperly
Diffstat (limited to 'include/rotating_gate.h')
-rw-r--r--include/rotating_gate.h2
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);