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_actor.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_actor.c')
| -rw-r--r-- | src/code/z_actor.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/code/z_actor.c b/src/code/z_actor.c index b6a5c4956..155389b53 100644 --- a/src/code/z_actor.c +++ b/src/code/z_actor.c @@ -18,6 +18,7 @@ #include "z64light.h" #include "z64horse.h" #include "z64play.h" +#include "z64save.h" #include "z64skin_matrix.h" #include "global.h" |
