mirror of
https://github.com/pret/pmd-red.git
synced 2024-11-26 22:40:33 +00:00
16 lines
376 B
C
16 lines
376 B
C
#ifndef GUARD_WONDER_MAIL_802C4C8_H
|
|
#define GUARD_WONDER_MAIL_802C4C8_H
|
|
|
|
#include "structs/str_text.h"
|
|
|
|
void DrawJobListMenu(void);
|
|
bool8 HasNoAcceptedJobs(void);
|
|
u8 GetPelipperBoardSlotIndex(void);
|
|
|
|
bool8 sub_802C4C8(s32, UnkTextStruct2_sub *, u32);
|
|
u32 sub_802C598(bool8);
|
|
void sub_802C640(bool8 cursorSprite);
|
|
void sub_802C688(void);
|
|
|
|
#endif // GUARD_WONDER_MAIL_802C4C8_H
|