mirror of
https://github.com/pret/pmd-red.git
synced 2024-11-27 23:10:50 +00:00
12 lines
281 B
C
12 lines
281 B
C
#ifndef GUARD_MAILBOX_8095F8C_H
|
|
#define GUARD_MAILBOX_8095F8C_H
|
|
|
|
#include "structs/str_wonder_mail.h"
|
|
|
|
s32 CountFilledMailboxSlots(void);
|
|
WonderMail *GetMailboxSlotInfo(u8 index);
|
|
bool8 IsMailSlotEmpty(u8 index);
|
|
void ResetMailboxSlot(u8 index);
|
|
|
|
#endif // GUARD_MAILBOX_8095F8C_H
|