mirror of
https://github.com/pret/pmd-red.git
synced 2026-04-24 06:57:18 -05: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
|