mirror of
https://github.com/Ninjdai1/pokeemerald.git
synced 2024-11-16 11:37:40 +01:00
7 lines
137 B
C
7 lines
137 B
C
#ifndef GUARD_UNION_ROOM_BATTLE_H
|
|
#define GUARD_UNION_ROOM_BATTLE_H
|
|
|
|
void CB2_UnionRoomBattle(void);
|
|
|
|
#endif //GUARD_UNION_ROOM_BATTLE_H
|