1
0
Fork 0
mirror of https://github.com/zeldaret/oot.git synced 2025-07-13 19:35:28 +00:00

[headers 5] Misc small headers untangling (#2147)

* Misc small headers untangling

* mv gSaveContext to where it is in MM in the header

* newline police

* move rand functions back to functions.h
This commit is contained in:
Dragorn421 2024-09-07 23:23:25 +02:00 committed by GitHub
parent 277ce1c0d3
commit a039aeffb7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
11 changed files with 35 additions and 23 deletions

View file

@ -891,5 +891,6 @@ typedef enum EventInfHorsesState {
#define EVENTINF_30 0x30
extern SaveContext gSaveContext;
#endif