1
0
Fork 0
mirror of https://github.com/zeldaret/oot.git synced 2025-07-16 04:44:44 +00:00

Some functions.h and variables.h work (#2491)

* sort fuctions and variables

* bss
This commit is contained in:
fig02 2025-03-26 16:08:10 -04:00 committed by GitHub
parent 05faab33f1
commit ecf65e797e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
22 changed files with 69 additions and 45 deletions

View file

@ -32,5 +32,6 @@ void SystemArena_Display(void);
#endif
extern Arena gSystemArena;
extern s32 gSystemArenaLogSeverity;
#endif