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;