diff options
| author | MegaMech <MegaMech@users.noreply.github.com> | 2025-12-07 21:00:06 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-12-07 21:00:06 -0700 |
| commit | dbae0c3aca33a022e8c1d511fe521407375057b2 (patch) | |
| tree | 889ebe9e5c03261d92304545c5beae13892831f2 /src/code_80057C60.h | |
| parent | 04ca19a9757752676450364e998d6af0d90e73ef (diff) | |
Name ScreenContext, Refactor Course class to Track (#583)
* Rename Screen Contexts
* typedef ScreenContext struct
* Fix Compile
* Rename Course.cpp to Track.cpp
* Refactor Course to Track
* A few renames
* General Cleanup
* More Rename
* More names
* Move TrackSections struct to Track.h
---------
Co-authored-by: MegaMech <7255464+MegaMech@users.noreply.github.com>
Diffstat (limited to 'src/code_80057C60.h')
| -rw-r--r-- | src/code_80057C60.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/code_80057C60.h b/src/code_80057C60.h index 99b673d29..fdb650040 100644 --- a/src/code_80057C60.h +++ b/src/code_80057C60.h @@ -38,7 +38,7 @@ void func_80057CE4(void); void func_80057DD0(void); void func_80057FC4(u32); -void render_object(struct UnkStruct_800DC5EC* screen); +void render_object(ScreenContext* screen); void render_player_snow_effect(Camera* camera); void render_object_for_player(s32); void render_snowing_effect(s32); @@ -84,7 +84,7 @@ void func_8005A14C(s32); void func_8005A380(void); void func_8005A3C0(void); void func_8005A71C(void); -void update_object(void); +void tick_objects(void); void func_8005A99C(void); void func_8005AA34(void); void func_8005AA4C(void); |
