1
0
Fork 0
mirror of https://github.com/zeldaret/oot.git synced 2025-08-11 01:10:33 +00:00

Delete macros.h; Delete global.h (#2516)

This commit is contained in:
fig02 2025-04-27 12:48:11 -04:00 committed by GitHub
parent ea22c2ac38
commit f7a270655b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
128 changed files with 0 additions and 256 deletions

View file

@ -810,7 +810,6 @@ void ZFile::GenerateSourceFiles()
sourceOutput += "#include \"ultra64.h\"\n";
sourceOutput += "#include \"z64.h\"\n";
sourceOutput += "#include \"macros.h\"\n";
sourceOutput += GetHeaderInclude();
bool hasZRoom = false;