Working on rendering

This commit is contained in:
Krzosa Karol
2024-06-22 08:35:11 +02:00
parent a329bc2424
commit 94555d2a60
11 changed files with 258 additions and 150 deletions

View File

@@ -10,6 +10,14 @@
Arena Perm;
/* New threading model idea
I could just spin up a bunch of threads and then
don't kill them. Just use them for searching! Each
one would have it's own xarena and so on.
*/
struct TimeString {
uint16_t hour;
uint16_t minute;