diff options
| author | Tyler McGavran <tyler.taggerung@gmail.com> | 2024-03-04 21:28:31 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-03-04 19:28:31 -0700 |
| commit | 6f4decf6b346d65da28f07dd541aef2844baacb5 (patch) | |
| tree | 4f867789e9e468f3676167f4e527d7ec76457b88 /src/update_objects.h | |
| parent | 0ac8284fb26ddafcff799fa1011d8b3a7bdeb558 (diff) | |
Update StarSpawn to StarCloudData (#578)
* Update StarSpawn to StarCloudData
Add and better specify the struct used to control how stars and
clouds are handled in various courses.
Diffstat (limited to 'src/update_objects.h')
| -rw-r--r-- | src/update_objects.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/update_objects.h b/src/update_objects.h index 4350d5125..890029484 100644 --- a/src/update_objects.h +++ b/src/update_objects.h @@ -176,7 +176,8 @@ void func_800786EC(s32); void func_80078790(void); void update_snowflakes(void); void func_800788F8(s32, u16, Camera*); -void func_800789AC(s32, Camera*, Vec4s*); +void update_clouds(s32, Camera*, CloudData*); +void update_stars(s32, Camera*, StarData*); void func_80078C68(void); void func_80078C70(s32); void func_80078F64(void); |
