mirror of
https://github.com/HarbourMasters/SpaghettiKart
synced 2026-09-05 03:05:54 -04:00
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
This commit is contained in:
+1
-1
@@ -36,7 +36,7 @@ void func_8005C674(s8, s16*, s16*, s16*);
|
||||
void func_80057C60(void);
|
||||
void func_80057CE4(void);
|
||||
void func_80057DD0(void);
|
||||
void func_80057FC4(u32);
|
||||
void func_80057FC4(ScreenContext* screen, u32);
|
||||
|
||||
void render_object(ScreenContext* screen);
|
||||
void render_player_snow_effect(Camera* camera);
|
||||
|
||||
Reference in New Issue
Block a user