aboutsummaryrefslogtreecommitdiffstats
path: root/src/engine.cpp
diff options
context:
space:
mode:
authorAndy Belle-Isle <drumsetmonkey@gmail.com>2019-09-01 02:24:21 -0400
committerAndy Belle-Isle <drumsetmonkey@gmail.com>2019-09-01 02:24:21 -0400
commitfe0e56fb268996f59d96bd9862170c9cf5779031 (patch)
tree78fa04df0a2b486b52bb739ae7a3f6c2b8df4ede /src/engine.cpp
parent5b879ae253e71398880c7303539740be7b524ddb (diff)
All 3 entities now play with idle functions and rendering a bit SUPER BETA
Diffstat (limited to 'src/engine.cpp')
-rw-r--r--src/engine.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/engine.cpp b/src/engine.cpp
index 4579eb7..99c457b 100644
--- a/src/engine.cpp
+++ b/src/engine.cpp
@@ -43,6 +43,7 @@ int Engine::init(void)
void Engine::logicLoop(void)
{
using namespace std::chrono_literals;
+ namespace cr = std::chrono;
typedef std::chrono::high_resolution_clock mc;
entityx::TimeDelta dt = 0; /**< Elapsed milliseconds since each loop */