From 01534790b1f7e260a2e5cd8a7ac6d23c788e355b Mon Sep 17 00:00:00 2001 From: mrb0nk500 Date: Sat, 11 Feb 2023 17:10:06 -0400 Subject: TMainTask: Add, and match `func_80228c44()` oof, my system crashed in the middle of builing `TMainTask.cpp`, causing it to corrupt the source file, meaning I had to redo this function again. Thank god I'm using version control. --- context.h | 1 + 1 file changed, 1 insertion(+) (limited to 'context.h') diff --git a/context.h b/context.h index 8a6bdcd..36c7384 100644 --- a/context.h +++ b/context.h @@ -317,6 +317,7 @@ public: void unused_render_func(); void render_objects(); void render_ui(); + void func_80228c44(s32 arg0); void func_80228dbc(); void render_clipout_and_fade(); void init_main_task(); -- cgit v1.2.3-13-gbd6f