7 lines
176 B
C
Executable file
7 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
|