diff options
| author | Dragorn421 <Dragorn421@users.noreply.github.com> | 2024-09-07 22:55:06 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-09-07 16:55:06 -0400 |
| commit | 277ce1c0d3a9ab46315a0de61d5bb3b36e5f1b76 (patch) | |
| tree | f39a733a050c407ef5a5b08de60a4de092d64ab2 /include/padmgr.h | |
| parent | 27533a150780934296e992c8975c7ea96e0148d4 (diff) | |
[headers 8] Add `main.h`, `segmented_address.h`, and changes for `main.c` symbols (#2151)
* [headers 8] Add main.h and changes for main.c symbols
* fix gSystemHeapSize is size_t only in MM
* segmented_address.h
* rm now useless include
* actually commit segmented_address.h, oops
* rm gGraphThread (faulty copypaste from MM)
* bss
Diffstat (limited to 'include/padmgr.h')
| -rw-r--r-- | include/padmgr.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/padmgr.h b/include/padmgr.h index 7078c9007..d22762a2f 100644 --- a/include/padmgr.h +++ b/include/padmgr.h @@ -101,4 +101,6 @@ void PadMgr_RumbleSet(PadMgr* padMgr, u8* enable); } \ (void)0 +extern PadMgr gPadMgr; + #endif |
