mirror of
https://github.com/pret/pokeemerald.git
synced 2026-03-21 17:54:57 -05: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
|