diff options
author | ultima-soul <akshayjhanji@hotmail.com> | 2019-10-15 07:48:46 -0700 |
---|---|---|
committer | ultima-soul <akshayjhanji@hotmail.com> | 2019-10-15 07:48:46 -0700 |
commit | 94f722e719c585db0adbcc5954a3760973ff7ad7 (patch) | |
tree | 663a1f65d7fbd10781a3c0b7a2e3ce321d797557 /include/player_pc.h | |
parent | 684961656f21c0247c8a6e0ef72984d221efd554 (diff) | |
parent | 407fc23f3f86d5caf665d9bca14e498273ae4dae (diff) |
Merge branch 'master' into data_dump
Diffstat (limited to 'include/player_pc.h')
-rw-r--r-- | include/player_pc.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/player_pc.h b/include/player_pc.h index ecaf023e5..a1ebcddaa 100644 --- a/include/player_pc.h +++ b/include/player_pc.h @@ -19,6 +19,7 @@ struct PlayerPCItemPageStruct }; // Exported RAM declarations +extern struct PlayerPCItemPageStruct gPlayerPcMenuManager; // Exported ROM declarations |