summaryrefslogtreecommitdiff
path: root/src/tasks/TaskWindow.h
diff options
context:
space:
mode:
authorSimon Robertshaw <simon@hardwired.org.uk>2012-06-20 16:51:51 (GMT)
committer Simon Robertshaw <simon@hardwired.org.uk>2012-06-20 16:51:51 (GMT)
commit0594aa5d07d7bf63885eee966d102e3e7354c925 (patch)
tree5700cb10ab0e63b6684eaeba225d578bf2f1dfa6 /src/tasks/TaskWindow.h
parent088b2f678d5baedcf3555a5afce76710e6900a9e (diff)
downloadpowder-0594aa5d07d7bf63885eee966d102e3e7354c925.zip
powder-0594aa5d07d7bf63885eee966d102e3e7354c925.tar.gz
More in the way of an autoupdater
Diffstat (limited to 'src/tasks/TaskWindow.h')
-rw-r--r--src/tasks/TaskWindow.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/tasks/TaskWindow.h b/src/tasks/TaskWindow.h
index cacb59c..d7edf8b 100644
--- a/src/tasks/TaskWindow.h
+++ b/src/tasks/TaskWindow.h
@@ -25,6 +25,7 @@ public:
virtual void NotifyStatus(Task * task);
virtual void NotifyDone(Task * task);
virtual void NotifyProgress(Task * task);
+ virtual void OnTick(float dt);
virtual void OnDraw();
virtual ~TaskWindow();
};