diff options
| author | fig02 <fig02srl@gmail.com> | 2025-04-16 08:22:42 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-04-16 08:22:42 -0400 |
| commit | 655ec771387927eda89d89b5bc2751192b075909 (patch) | |
| tree | 54a448444c162850017777c43509d05c2f8c4adf /src/code/z_map_exp.c | |
| parent | 0c5282ba66bec5eba8f11fa5922b893b1deed7e7 (diff) | |
variables.h: migrate all remaining varaibles, remove other dependencies except z64.h (#2505)
* move remaining variables from variables.h
* fix other dependencies
* extra newline
* fix and adjust comment
* is this the problem
* fix bss
Diffstat (limited to 'src/code/z_map_exp.c')
| -rw-r--r-- | src/code/z_map_exp.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/code/z_map_exp.c b/src/code/z_map_exp.c index 3283cd62f..bac9ed222 100644 --- a/src/code/z_map_exp.c +++ b/src/code/z_map_exp.c @@ -6,6 +6,7 @@ #include "n64dd.h" #endif #include "regs.h" +#include "segment_symbols.h" #include "sfx.h" #include "sys_matrix.h" #include "terminal.h" |
