mirror of
https://github.com/Ninjdai1/pokeemerald.git
synced 2024-11-16 19:47:35 +01:00
8 lines
176 B
C
Executable File
8 lines
176 B
C
Executable File
#ifndef GUARD_UNION_ROOM_CHAT_H
|
|
#define GUARD_UNION_ROOM_CHAT_H
|
|
|
|
void EnterUnionRoomChat(void);
|
|
void InitUnionRoomChatRegisteredTexts(void);
|
|
|
|
#endif // GUARD_UNION_ROOM_CHAT_H
|