diff options
| author | mzxrules <mzxrules@gmail.com> | 2025-02-16 15:33:55 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-02-16 15:33:55 -0500 |
| commit | 652478c338b0a9aa04f3d8f908a2c44a429e94f3 (patch) | |
| tree | b03a04eef32313d89fd56bc06775c27b071201f9 /src/code/z_map_data.c | |
| parent | 137e178790051e2988f93c62bc0ed4811b403ea2 (diff) | |
Reduce overlay dependencies on global.h (7) (#2472)
* z64env_flags, z64quest_hint_commands
* z64cutscene_spline, z64save.h moved from z64.h
* bss
* pr suggestion
* bss
* suggestions
Diffstat (limited to 'src/code/z_map_data.c')
| -rw-r--r-- | src/code/z_map_data.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/code/z_map_data.c b/src/code/z_map_data.c index 24721c623..502eb43c3 100644 --- a/src/code/z_map_data.c +++ b/src/code/z_map_data.c @@ -1,4 +1,5 @@ -#include "global.h" +#include "map.h" +#include "z64save.h" static s16 sFloorTexIndexOffset[10][8] = { { 0, 0, 0, 0, 2, 4, 6, 8 }, { 0, 0, 0, 0, 0, 0, 0, 2 }, |
