Working on rendering
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user