aboutsummaryrefslogtreecommitdiffstats
path: root/src/engine.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/engine.hpp')
-rw-r--r--src/engine.hpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/engine.hpp b/src/engine.hpp
index 26b1c45..ab6f16b 100644
--- a/src/engine.hpp
+++ b/src/engine.hpp
@@ -37,8 +37,10 @@ private:
entityx::SystemManager systems;
std::thread logicThread;
+ std::thread physicsThread;
void logicLoop(void);
+ void physicsLoop(void);
void renderLoop(void);
bool shouldRun(void);