diff options
| author | Rozelette <Rozelette@users.noreply.github.com> | 2020-08-31 18:02:37 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-08-31 19:02:37 -0400 |
| commit | 0844c247733aeaacf986bdef2e43e26b5a2c20d3 (patch) | |
| tree | f28332c9114c4ce1337a5dda29a17dca97a90414 /src/code/title_setup.c | |
| parent | de7a521857f98f3f9a7a8e507dfbf7c00aaa9234 (diff) | |
Split headers to be more similar to OOT (#13)
Diffstat (limited to 'src/code/title_setup.c')
| -rw-r--r-- | src/code/title_setup.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/code/title_setup.c b/src/code/title_setup.c index 9fae78492..f4740d136 100644 --- a/src/code/title_setup.c +++ b/src/code/title_setup.c @@ -1,5 +1,5 @@ #include <ultra64.h> -#include <global.h> +#include <global_overlay.h> void TitleSetup_GameStateResetContext(void) { XREG(2) = 0; |
