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/title_setup.c | |
| parent | 05faab33f12b6be2f4bd8e71175f055c70a0f183 (diff) | |
Some functions.h and variables.h work (#2491)
* sort fuctions and variables
* bss
Diffstat (limited to 'src/code/title_setup.c')
| -rw-r--r-- | src/code/title_setup.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/code/title_setup.c b/src/code/title_setup.c index ba259e72a..cf736cf8e 100644 --- a/src/code/title_setup.c +++ b/src/code/title_setup.c @@ -1,6 +1,8 @@ #include "console_logo_state.h" #include "setup_state.h" +#include "z64save.h" + #include "global.h" void Setup_InitImpl(SetupState* this) { |
