summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorPikalaxALT <pikalaxalt@gmail.com>2019-10-05 12:25:18 -0400
committerPikalaxALT <pikalaxalt@gmail.com>2019-10-05 12:25:18 -0400
commit69cb422b78644c60e5471eea8c82ea9347d48b60 (patch)
tree2da1208956dac3a4f7a2d9432f8d5fa68a794fe8 /include
parentcb3e751f5f8990f7e36e141869a14f62e44eceff (diff)
Name functions in mailbox_pc
Diffstat (limited to 'include')
-rw-r--r--include/mailbox_pc.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/include/mailbox_pc.h b/include/mailbox_pc.h
new file mode 100644
index 000000000..c2d18fc4b
--- /dev/null
+++ b/include/mailbox_pc.h
@@ -0,0 +1,12 @@
+#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