diff options
| author | Pepe20129 <72659707+Pepe20129@users.noreply.github.com> | 2024-11-19 17:44:44 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-11-19 09:44:44 -0700 |
| commit | 9bed5af33b920cc0d44b410dce152de784ce56b3 (patch) | |
| tree | 2d67b200f9dfb3bbb3ecd2f80ac9b740d60e3481 /soh/src/code/code_800EC960.c | |
| parent | 70f3dfa8c59890819c3c4539bdcf75b20f15badd (diff) | |
OTRGlobals cleanup (#4251)
* Remove unused headers
* Move all "ResourceMgr_" functions to a new file
* Don't transitively include SaveManager
* Move cvar prefixes to a new header
* Add missing includes
* Update OTRGlobals.cpp
* Fix build
* Address review
* Fix some of the errors
* Update gameplaystats.h
* Update z_en_in.c
* Hopefully fix the linux issues
* Fix Linux issues for real this time, I checked
* Update ResourceManagerHelpers.cpp
* Update z_obj_mure2.c
* Post-merge fixes
* Fix build (hopefully)
* Post-merge fixes
* Update z_file_nameset_PAL.c
* cleanup some unnecessary headers (#7)
---------
Co-authored-by: Archez <Archez@users.noreply.github.com>
Diffstat (limited to 'soh/src/code/code_800EC960.c')
| -rw-r--r-- | soh/src/code/code_800EC960.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/soh/src/code/code_800EC960.c b/soh/src/code/code_800EC960.c index 90e49bbd3..d8da87bb4 100644 --- a/soh/src/code/code_800EC960.c +++ b/soh/src/code/code_800EC960.c @@ -1,5 +1,6 @@ #include <libultraship/libultra.h> #include "global.h" +#include "soh/OTRGlobals.h" #include "soh/Enhancements/audio/AudioEditor.h" #include "soh/Enhancements/game-interactor/GameInteractor.h" #include "soh/Enhancements/game-interactor/GameInteractor_Hooks.h" |
