mirror of
https://github.com/rh-hideout/pokeemerald-expansion.git
synced 2026-06-01 07:45:32 -05: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
|