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