diff options
| author | fig02 <fig02srl@gmail.com> | 2025-04-19 22:04:08 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-04-19 22:04:08 -0400 |
| commit | 2278bcb2c3383553d136216a7fc1600cd86485f3 (patch) | |
| tree | 5aaf0522d10f2c0f0ec43653bb136ba603099b7a /src/code/z_sram.c | |
| parent | 655ec771387927eda89d89b5bc2751192b075909 (diff) | |
Remove Variables.h; Decouple z64.h from global.h (#2507)
* progress
* z64.h issues sorted
* remove variables.h
* format
* n64 fix
* another fix
* did the wrong fix
* fix libleo
* fix bss
* review
* remove instead of comment
Diffstat (limited to 'src/code/z_sram.c')
| -rw-r--r-- | src/code/z_sram.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/code/z_sram.c b/src/code/z_sram.c index 534017d83..2fb3124a7 100644 --- a/src/code/z_sram.c +++ b/src/code/z_sram.c @@ -3,8 +3,11 @@ #include "memory_utils.h" #include "terminal.h" #include "versions.h" +#include "z64audio.h" #include "z64game.h" +#include "z64interface.h" #include "z64message.h" +#include "z64ocarina.h" #include "z64save.h" #include "z64scene.h" #include "z64sram.h" |
