From 61bd7df99d32b8c489383568afc53117ab1fa81f Mon Sep 17 00:00:00 2001 From: Brett Weiland Date: Mon, 23 Jan 2023 11:49:25 -0600 Subject: commented some syncronization code, declared functions for plans of reorganizing code --- mthread.hpp | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'mthread.hpp') 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(); }; -- cgit v1.2.3