diff options
| author | Pheenoh <pheenoh@gmail.com> | 2021-02-20 23:11:44 -0500 |
|---|---|---|
| committer | Pheenoh <pheenoh@gmail.com> | 2021-02-20 23:11:44 -0500 |
| commit | 5fbe9419f9af28560497f42eb951cd029ceb44d7 (patch) | |
| tree | 71671448e2411935f1de58253fca3bf856c14dab /src/m_Do/m_Do_controller_pad.cpp | |
| parent | d102f73e7a1bb18745cdedc034baee3c88aeb065 (diff) | |
delete variables.h
Diffstat (limited to 'src/m_Do/m_Do_controller_pad.cpp')
| -rw-r--r-- | src/m_Do/m_Do_controller_pad.cpp | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/m_Do/m_Do_controller_pad.cpp b/src/m_Do/m_Do_controller_pad.cpp index 66d16be5c9..bc7f646626 100644 --- a/src/m_Do/m_Do_controller_pad.cpp +++ b/src/m_Do/m_Do_controller_pad.cpp @@ -17,6 +17,15 @@ void mDoRst_resetCallBack__FiPv(void); void read__10JUTGamePadFv(void); } +extern JUTGamePad* m_gamePad[4]; +extern u8 lbl_80450580; +extern u8 lbl_804514EC; +extern u8 lbl_804514F0; +extern u8 lbl_80451A20; +extern u8 lbl_80451A30; +extern u8 lbl_80451A24; +extern u8 lbl_80451A28; + // TODO: m_cpadInfo uses a bad type in a number of the NONMATCHING functions, // and references need to be updated to reflect its correct type. |
