diff options
| author | louist103 <35883445+louist103@users.noreply.github.com> | 2025-04-06 21:17:50 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-04-06 17:17:50 -0400 |
| commit | 3d0feab897b065106f5d38ffbc55f075f990e784 (patch) | |
| tree | db74de5a6303ac2957d347181a45e5cb53f3f76b /mm/src/code/z_parameter.c | |
| parent | 63f2c89f9f2bf6a74cedc2185e515a302af68aa3 (diff) | |
Cleanup includes (#1072)
* Cleanup
* Format
* Fixes
* Update macports-deps.txt
* Fix mac
* Update macports-deps.txt
Co-authored-by: Archez <Archez@users.noreply.github.com>
* Move includes around
---------
Co-authored-by: Archez <Archez@users.noreply.github.com>
Diffstat (limited to 'mm/src/code/z_parameter.c')
| -rw-r--r-- | mm/src/code/z_parameter.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/mm/src/code/z_parameter.c b/mm/src/code/z_parameter.c index 7292b5460..8dec3f0b6 100644 --- a/mm/src/code/z_parameter.c +++ b/mm/src/code/z_parameter.c @@ -22,6 +22,8 @@ #include "2s2h/BenGui/CosmeticEditor.h" #include "2s2h_assets.h" #include "2s2h/GameInteractor/GameInteractor.h" +#include "public/bridge/gfxbridge.h" +#include "public/bridge/consolevariablebridge.h" // 2S2H [Port] This was originally static but needs to be global so it can be accessed in z_kaleido_collect, // z_kaleido_debug, and z_kaleido_draw. |
