diff options
author | Phlosioneer <mattmdrr2@gmail.com> | 2019-02-21 21:21:10 -0500 |
---|---|---|
committer | Phlosioneer <mattmdrr2@gmail.com> | 2019-02-21 21:22:10 -0500 |
commit | eca329f9c500d89f451a4ab88f65da79c112bf71 (patch) | |
tree | 7fd4fa77064398ad1a19354df534f31f8355f839 /include/player_pc.h | |
parent | 0a7b97ee0605e48a34c7af193a26d770c6d23d29 (diff) | |
parent | b105d20d1e0297d0c858fe99a0946e5c07da81c1 (diff) |
Merge branch 'master' into multiplayer-stuff
Diffstat (limited to 'include/player_pc.h')
-rw-r--r-- | include/player_pc.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/player_pc.h b/include/player_pc.h index 5a0b83683..53bb25c6b 100644 --- a/include/player_pc.h +++ b/include/player_pc.h @@ -85,5 +85,7 @@ extern const struct MenuAction gMailboxMailOptions[]; void ReshowPlayerPC(u8 taskId); void sub_816B31C(void); void Mailbox_ReturnToMailListAfterDeposit(void); +void NewGameInitPCItems(void); + #endif //GUARD_PLAYER_PC_H |