diff options
| author | MegaMech <MegaMech@users.noreply.github.com> | 2026-02-24 14:51:25 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-02-24 14:51:25 -0700 |
| commit | 548ccf0063f6c4d6608cf87f46a347c71079c0bd (patch) | |
| tree | 42708916b67dc1dd553c70199339541a401dca15 /src/code_800029B0.h | |
| parent | 321d440089fc7424002879c9b2e74a4b0ffe9a8d (diff) | |
Impl Sky and SkyActors (#630)
* Create Cloud.cpp
* Create Cloud.h
* Fix the cloud
* Cleanup
* More cleanup
* Update Track.h
* Refactor SkyboxCloud position calculations
* Update SkyboxStar.cpp
* Update SkyboxStar.cpp
* Refactor SkyboxStar.cpp by removing redundant code
* Update SkyboxCloud.cpp
* Refactor SkyboxSnow.cpp by reordering includes
* Update SkyboxCloud.h
* Refactor SkyboxStar.h for improved formatting
* Impl skyboxcloud
* Update comment
* update comment
* Work now
* Fully impl Sky
* Fix define
* Fix args
Diffstat (limited to 'src/code_800029B0.h')
| -rw-r--r-- | src/code_800029B0.h | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/src/code_800029B0.h b/src/code_800029B0.h index 1809fe665..4ea0028da 100644 --- a/src/code_800029B0.h +++ b/src/code_800029B0.h @@ -5,7 +5,11 @@ #include <libultraship.h> #include <actor_types.h> #include "camera.h" -#include "engine/CoreMath.h" + +/** + * To include in C++, you must include libultraship.h + * and place this file in extern "C" + */ typedef struct { /* 0x00 */ struct Controller* controllers; // gControllers ptr 800F6910 @@ -45,7 +49,7 @@ extern uintptr_t gCurrentlyLoadedTrackAddr; extern u16 D_800DC5A8; extern s32 D_800DC5AC; extern u16 D_800DC5B0; -extern u16 D_800DC5B4; +extern bool bDrawSkybox; extern u16 D_800DC5B8; extern bool bFog; extern u16 gIsInQuitToMenuTransition; |
