summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authormrb0nk500 <b0nk@b0nk.xyz>2023-02-10 13:26:41 -0400
committermrb0nk500 <b0nk@b0nk.xyz>2023-02-10 13:26:41 -0400
commit3854713b26eddd08bacd51e6c6b85bba4d9a7c2d (patch)
tree47d17164a3d93f88fb07fb94b50a8032e0251663 /include
parent96806963fa75fd4be250cbe07626074405c9d3eb (diff)
TMainTask: Rename all functions called by `render()` to more readable
names
Diffstat (limited to 'include')
-rw-r--r--include/pso/TMainTask.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/include/pso/TMainTask.h b/include/pso/TMainTask.h
index 71341a2..62f3ef5 100644
--- a/include/pso/TMainTask.h
+++ b/include/pso/TMainTask.h
@@ -41,12 +41,12 @@ public:
u32 mbr_0x24;
public:
TMainTask();
- void func_80228ae8();
- void func_80228a7c();
- void func_80228a3c();
- void func_80228928();
- void func_80228924();
- void func_802289d0();
+ void render_particle_effects();
+ void render_effects();
+ void render_geometry();
+ void unused_render_func();
+ void render_objects();
+ void render_ui();
void init_main_task();
virtual ~TMainTask();