mirror of
https://github.com/pret/pokeemerald.git
synced 2026-03-21 17:54:57 -05:00
7 lines
122 B
C
7 lines
122 B
C
#ifndef GUARD_BATTLE_TENT_H
|
|
#define GUARD_BATTLE_TENT_H
|
|
|
|
bool8 InSlateportBattleTent(void);
|
|
|
|
#endif //GUARD_BATTLE_TENT_H
|