summaryrefslogtreecommitdiff
path: root/src/core.h
diff options
context:
space:
mode:
authoromnisci3nce <omniscient.oce@gmail.com>2024-04-27 18:15:56 +1000
committeromnisci3nce <omniscient.oce@gmail.com>2024-04-27 18:15:56 +1000
commit69b1487e3e063cbecba96706c550d417b2f24e37 (patch)
tree9e31e292ef1cbb6775c52d14bae1f536a1f51906 /src/core.h
parent93c8d40b39fe55a626e66d412450fb4cca1f993b (diff)
getting us compiling on windows
Diffstat (limited to 'src/core.h')
-rw-r--r--src/core.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/core.h b/src/core.h
index be88c53..a122448 100644
--- a/src/core.h
+++ b/src/core.h
@@ -6,13 +6,13 @@
#include "screenspace.h"
#include "terrain.h"
#include "text.h"
-#include "threadpool.h"
+// #include "threadpool.h"
typedef struct core {
const char* app_name;
// foundations
renderer renderer;
- threadpool threadpool;
+ // threadpool threadpool;
// systems
input_state input;
text_system_state text;