mirror of
https://github.com/Ninjdai1/pokeemerald.git
synced 2025-01-10 05:35:05 +01:00
8 lines
175 B
C
8 lines
175 B
C
|
#ifndef GUARD_BATTLE_FACTORY_H
|
||
|
#define GUARD_BATTLE_FACTORY_H
|
||
|
|
||
|
void DoBattleFactorySelectScreen(void);
|
||
|
void DoBattleFactorySwapScreen(void);
|
||
|
|
||
|
#endif // GUARD_BATTLE_FACTORY_H
|