diff options
Diffstat (limited to 'mthread.hpp')
-rw-r--r-- | mthread.hpp | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/mthread.hpp b/mthread.hpp index c70647e..f59732c 100644 --- a/mthread.hpp +++ b/mthread.hpp @@ -61,9 +61,12 @@ class mthread { uint32_t x_min, x_max, y_min, y_max; uint32_t on_x, on_y; unsigned int divisions; - void render(); int state; struct mthread_divinfo divide(); + + void render(); //TODO + void render_area(); + void run(); }; |