From 3b97e627caa6883391bd1e9f3c31172e10bf7404 Mon Sep 17 00:00:00 2001 From: Brett Weiland Date: Mon, 23 Jan 2023 14:43:30 -0600 Subject: finished functions to achieve polymorphism --- mthread.hpp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'mthread.hpp') 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(); }; -- cgit v1.2.3