From 0d9ab82babd0662d7620e9c6e8d92d2f1065e2fe Mon Sep 17 00:00:00 2001 From: Lucas Date: Wed, 30 Mar 2016 21:38:01 +0200 Subject: [PATCH] Update CGame.h --- Fifth/CGame.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Fifth/CGame.h b/Fifth/CGame.h index 57753be..77658d4 100644 --- a/Fifth/CGame.h +++ b/Fifth/CGame.h @@ -57,6 +57,9 @@ class CGame { int _frames; int _updates; + double _deltaTime = 0; + double _timeStart; + // Misc variables std::stringstream _title; std::string _intro;