diff options
| author | mzxrules <mzxrules@gmail.com> | 2025-02-24 20:55:55 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-02-24 20:55:55 -0500 |
| commit | 2e4c42719b4dd10b328810cd2c58391063497d41 (patch) | |
| tree | 8c393d01b65983134665f106f7ec1b61107396d9 /src/code/graph.c | |
| parent | 70fde8ac3b591a993a2ca0a4361a528fdd07d158 (diff) | |
Reduce dependencies on global.h (9) (#2488)
* split game states
* split all GameState headers
* match fig names
* deduplicate headers from bad merge
* split z64actor.h into z64actor_profile.h, z_actor_dlftbls.h
* fix compile error
* .bss
Diffstat (limited to 'src/code/graph.c')
| -rw-r--r-- | src/code/graph.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/code/graph.c b/src/code/graph.c index de9ecd900..288a1cee7 100644 --- a/src/code/graph.c +++ b/src/code/graph.c @@ -2,8 +2,8 @@ #include "libc64/sprintf.h" #include "libu64/debug.h" -#include "console_logo_state.h" #include "buffers.h" +#include "console_logo_state.h" #include "gfx.h" #include "fault.h" #include "file_select_state.h" @@ -14,10 +14,11 @@ #include "regs.h" #include "setup_state.h" #include "sys_ucode.h" -#include "title_setup_state.h" #include "terminal.h" +#include "title_setup_state.h" #include "ucode_disas.h" #include "versions.h" +#include "z_game_dlftbls.h" #include "z64save.h" #include "z64play.h" |
