summaryrefslogtreecommitdiff
path: root/context.h
diff options
context:
space:
mode:
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();