diff options
| author | fig02 <fig02srl@gmail.com> | 2025-04-23 19:31:49 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-04-23 19:31:49 -0400 |
| commit | de59ad3db71a7e1d0134fa8be0c047c4cb1efacd (patch) | |
| tree | 687a4e8c76366dcc2bca16cb159c9c64400ecaaa /src/code/z_sram.c | |
| parent | 680ba667c71fb3df952345527726be20a9b40c93 (diff) | |
macros.h 1/?: `PRINTF` and `T` (#2509)
* create printf and translation headers
* non-overlays complete
* printf finished
* move T macro
* edit comment
* fix error
* fix bss
* remove is_64
* fix bss
Diffstat (limited to 'src/code/z_sram.c')
| -rw-r--r-- | src/code/z_sram.c | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/code/z_sram.c b/src/code/z_sram.c index 2fb3124a7..d25362704 100644 --- a/src/code/z_sram.c +++ b/src/code/z_sram.c @@ -1,7 +1,11 @@ +#include "z64sram.h" + #include "file_select_state.h" #include "controller.h" #include "memory_utils.h" +#include "printf.h" #include "terminal.h" +#include "translation.h" #include "versions.h" #include "z64audio.h" #include "z64game.h" @@ -10,7 +14,6 @@ #include "z64ocarina.h" #include "z64save.h" #include "z64scene.h" -#include "z64sram.h" #include "z64ss_sram.h" #include "global.h" |
