summaryrefslogtreecommitdiff
path: root/src/update_objects.h
diff options
context:
space:
mode:
authorMegaMech <MegaMech@users.noreply.github.com>2026-02-24 14:51:25 -0700
committerGitHub <noreply@github.com>2026-02-24 14:51:25 -0700
commit548ccf0063f6c4d6608cf87f46a347c71079c0bd (patch)
tree42708916b67dc1dd553c70199339541a401dca15 /src/update_objects.h
parent321d440089fc7424002879c9b2e74a4b0ffe9a8d (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/update_objects.h')
-rw-r--r--src/update_objects.h9
1 files changed, 1 insertions, 8 deletions
diff --git a/src/update_objects.h b/src/update_objects.h
index 228d40bf2..4db33ea7b 100644
--- a/src/update_objects.h
+++ b/src/update_objects.h
@@ -8,8 +8,6 @@
/** @cond */
-void func_80078170(s32 arg0, Camera* arg1);
-void func_80077D5C(s32);
s32 find_unused_obj_index(s32*);
void delete_object(s32*);
s32 func_80071FBC(void);
@@ -168,17 +166,12 @@ void func_80077B14(s32);
void func_80077B3C(s32);
void func_80077BCC(s32);
void update_leaf(void);
-void func_80077E20(s32);
void func_80078220(s32);
void func_80078288(s32);
void func_800786EC(s32);
void func_80078790(void);
void update_snowflakes(void);
-void func_800788F8(s32, u16, Camera*);
-void update_clouds(s32, Camera*, CloudData*);
-void update_stars(s32, Camera*, StarData*);
-void func_80078C68(void);
-void func_80078C70(s32);
+void func_80078C70();
void func_80078F64(void);
void func_80079054(s32);
void func_80079084(s32);