diff options
| author | Eblo <7004497+Eblo@users.noreply.github.com> | 2025-09-17 10:49:30 -0400 |
|---|---|---|
| committer | Eblo <7004497+Eblo@users.noreply.github.com> | 2025-09-17 10:49:30 -0400 |
| commit | 94ccff5a4a3aa7bfbeeec6510399bf496ae12d2c (patch) | |
| tree | c4b53b8be361562f62254776eb79850b5bd3b84f /mm/include | |
| parent | 3105e2c423a5081a4c4ae0de5a1d6cac3d874d3f (diff) | |
Define Skybox_Calculate128 in z64skybox.h
Diffstat (limited to 'mm/include')
| -rw-r--r-- | mm/include/z64skybox.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mm/include/z64skybox.h b/mm/include/z64skybox.h index eae1e1cfb..3cae6d88c 100644 --- a/mm/include/z64skybox.h +++ b/mm/include/z64skybox.h @@ -48,6 +48,7 @@ void Skybox_SetColors(SkyboxContext* skyboxCtx, u8 primR, u8 primG, u8 primB, u8 void Skybox_Draw(SkyboxContext* skyboxCtx, struct GraphicsContext* gfxCtx, s16 skyboxId, s16 blend, f32 x, f32 y, f32 z); void Skybox_Update(SkyboxContext* skyboxCtx); +void Skybox_Calculate128(SkyboxContext* skyboxCtx, s32 nFaces); // #region 2S2H [Port] typedef enum SkyboxTexturesIndex { |
