mirror of
https://github.com/zeldaret/oot.git
synced 2025-07-13 03:14:38 +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:
parent
277ce1c0d3
commit
a039aeffb7
11 changed files with 35 additions and 23 deletions
|
@ -233,6 +233,11 @@ typedef struct EnvironmentContext {
|
|||
extern u8 gSkyboxIsChanging;
|
||||
extern TimeBasedSkyboxEntry gTimeBasedSkyboxConfigs[][9];
|
||||
|
||||
extern u8 gWeatherMode;
|
||||
extern u8 gLightConfigAfterUnderwater;
|
||||
extern u8 gInterruptSongOfStorms;
|
||||
extern u16 gTimeSpeed;
|
||||
|
||||
void Environment_UpdateSkybox(u8 skyboxId, EnvironmentContext* envCtx, struct SkyboxContext* skyboxCtx);
|
||||
void Environment_DrawSkyboxFilters(struct PlayState* play);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue