mirror of
https://github.com/pret/pokefirered.git
synced 2026-05-06 13:47:12 -05:00
13 lines
440 B
C
13 lines
440 B
C
#ifndef GUARD_MAILBOX_PC_H
|
|
#define GUARD_MAILBOX_PC_H
|
|
|
|
bool8 MailboxPC_InitBuffers(u8 num);
|
|
u8 MailboxPC_GetAddWindow(u8 winIdx);
|
|
void MailboxPC_RemoveWindow(u8 winIdx);
|
|
u8 MailboxPC_GetWindowId(u8 winIdx);
|
|
u8 MailboxPC_InitListMenu(struct PlayerPC_Unk_203AAC4 * playerPcStruct);
|
|
void MailboxPC_AddScrollIndicatorArrows(struct PlayerPC_Unk_203AAC4 * playerPcStruct);
|
|
void MailboxPC_DestroyListMenuBuffer(void);
|
|
|
|
#endif //GUARD_MAILBOX_PC_H
|