mirror of
https://github.com/Ninjdai1/pokeemerald.git
synced 2024-11-16 19:47:35 +01:00
8 lines
176 B
C
8 lines
176 B
C
#ifndef GUARD_FRONTIER_PASS_H
|
|
#define GUARD_FRONTIER_PASS_H
|
|
|
|
void ShowFrontierPass(void (*callback)(void));
|
|
void CB2_ReshowFrontierPass(void);
|
|
|
|
#endif // GUARD_FRONTIER_PASS_H
|