diff options
| author | fig02 <fig02srl@gmail.com> | 2025-04-27 12:48:11 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-04-27 12:48:11 -0400 |
| commit | f7a270655bd974242a286856bd56b490a998ac44 (patch) | |
| tree | 0b3faecb361c695b369fd099028c7a96460c7dc5 /src/code/title_setup.c | |
| parent | ea22c2ac38bb8cbb459210ce868398c5e7bdcda4 (diff) | |
Delete macros.h; Delete global.h (#2516)
Diffstat (limited to 'src/code/title_setup.c')
| -rw-r--r-- | src/code/title_setup.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/code/title_setup.c b/src/code/title_setup.c index 64e30ecaa..027202247 100644 --- a/src/code/title_setup.c +++ b/src/code/title_setup.c @@ -4,8 +4,6 @@ #include "translation.h" #include "z64save.h" -#include "global.h" - void Setup_InitImpl(SetupState* this) { PRINTF(T("ゼルダ共通データ初期化\n", "Zelda common data initialization\n")); SaveContext_Init(); |
