diff options
| author | fig02 <fig02srl@gmail.com> | 2025-03-26 16:08:10 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-03-26 16:08:10 -0400 |
| commit | ecf65e797ea688c2b25af6993b8e0791ffb8d5e0 (patch) | |
| tree | b182bef413fc6325617045157caf4c2e531af799 /src/code/graph.c | |
| parent | 05faab33f12b6be2f4bd8e71175f055c70a0f183 (diff) | |
Some functions.h and variables.h work (#2491)
* sort fuctions and variables
* bss
Diffstat (limited to 'src/code/graph.c')
| -rw-r--r-- | src/code/graph.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/code/graph.c b/src/code/graph.c index 4fc7a56ac..a20c64e1f 100644 --- a/src/code/graph.c +++ b/src/code/graph.c @@ -21,6 +21,7 @@ #include "title_setup_state.h" #include "ucode_disas.h" #include "versions.h" +#include "vi_mode.h" #include "z_game_dlftbls.h" #include "z64audio.h" #include "z64save.h" |
