diff options
| author | fig02 <fig02srl@gmail.com> | 2025-02-20 07:50:13 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-02-20 07:50:13 -0500 |
| commit | 2e4d7a11012bf90ac21086ec1a9cd23f54413e86 (patch) | |
| tree | 78676e8f4f9409ad65a92d48f3023afd51c4045d /src/code/graph.c | |
| parent | 4cfb5f05a08d0747f993ef914d4d78872ca02b2f (diff) | |
Create headers for Game States (#2482)
* make headers for gamestates
* fixes
* fixes 2
* bss
Diffstat (limited to 'src/code/graph.c')
| -rw-r--r-- | src/code/graph.c | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/code/graph.c b/src/code/graph.c index 650b7dd2e..36749697f 100644 --- a/src/code/graph.c +++ b/src/code/graph.c @@ -1,16 +1,24 @@ #include "libc64/malloc.h" #include "libc64/sprintf.h" #include "libu64/debug.h" + +#include "console_logo_state.h" #include "buffers.h" #include "gfx.h" #include "fault.h" +#include "file_select_state.h" #include "line_numbers.h" +#include "map_select_state.h" +#include "prenmi_state.h" #include "regs.h" +#include "setup_state.h" #include "sys_ucode.h" +#include "title_setup_state.h" #include "terminal.h" #include "ucode_disas.h" #include "versions.h" #include "z64save.h" +#include "z64play.h" #include "macros.h" #include "global.h" |
