mirror of
https://github.com/Ninjdai1/pokeemerald.git
synced 2024-11-16 19:47:35 +01:00
63e700af6c
Other minor changes and fixes are included
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
|