summaryrefslogtreecommitdiff
path: root/mthread.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'mthread.hpp')
-rw-r--r--mthread.hpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/mthread.hpp b/mthread.hpp
index f59732c..953d021 100644
--- a/mthread.hpp
+++ b/mthread.hpp
@@ -64,9 +64,11 @@ class mthread {
int state;
struct mthread_divinfo divide();
- void render(); //TODO
void render_area();
+
void run();
+ bool find_work();
+ void check_work_request();
};