summaryrefslogtreecommitdiff
path: root/src/core.h
diff options
context:
space:
mode:
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;