2018-04-18 13:12:41 +01:00
|
|
|
#ifndef GUARD_ROTATING_GATE_H
|
|
|
|
#define GUARD_ROTATING_GATE_H
|
|
|
|
|
|
|
|
void RotatingGatePuzzleCameraUpdate(s16, s16);
|
2018-10-14 19:00:14 +01:00
|
|
|
void RotatingGate_InitPuzzleAndGraphics(void);
|
2018-04-18 13:12:41 +01:00
|
|
|
u32 CheckForRotatingGatePuzzleCollision(u8, s16, s16);
|
2018-08-12 18:58:41 +01:00
|
|
|
bool32 CheckForRotatingGatePuzzleCollisionWithoutAnimation(u8, s16, s16);
|
2018-04-18 13:12:41 +01:00
|
|
|
|
|
|
|
#endif // GUARD_ROTATING_GATE_H
|