mirror of https://github.com/pret/pokeemerald.git
define function in header
This commit is contained in:
parent
6c365fdc94
commit
8650f2345d
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue