summaryrefslogtreecommitdiff
path: root/context.h
diff options
context:
space:
mode:
authormrb0nk500 <b0nk@b0nk.xyz>2023-02-11 15:24:10 -0400
committermrb0nk500 <b0nk@b0nk.xyz>2023-02-11 15:24:10 -0400
commitc2a969692e1f9cb4b822d934fedc508a997ab3d3 (patch)
tree2fd2e79361666ecdf5ea4e0a01e31a3185ecb607 /context.h
parent6acb488e0b590cf04397f6d4d99c5375a157b3e4 (diff)
TMainTask: Add, and match `render_clipout_and_fade()`
Diffstat (limited to 'context.h')
-rw-r--r--context.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/context.h b/context.h
index 0421a89..041ef81 100644
--- a/context.h
+++ b/context.h
@@ -317,8 +317,9 @@ public:
void unused_render_func();
void render_objects();
void render_ui();
-
+ void render_clipout_and_fade();
void init_main_task();
+
virtual ~TMainTask();
virtual void run_task();
virtual void render();