mirror of
https://github.com/Ninjdai1/pokeemerald.git
synced 2024-11-17 20:17:38 +01:00
9 lines
239 B
C
9 lines
239 B
C
|
#ifndef GUARD_ROTATING_GATE_H
|
||
|
#define GUARD_ROTATING_GATE_H
|
||
|
|
||
|
void RotatingGatePuzzleCameraUpdate(s16, s16);
|
||
|
void RotatingGate_InitPuzzleAndGraphics();
|
||
|
u32 CheckForRotatingGatePuzzleCollision(u8, s16, s16);
|
||
|
|
||
|
#endif // GUARD_ROTATING_GATE_H
|