From 31e7428bdf788a465c2f72f75793cac88ec5d77a Mon Sep 17 00:00:00 2001 From: Fire-Head Date: Wed, 29 May 2019 03:52:30 +0300 Subject: Particle, ParticleMgr done --- src/Timer.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/Timer.h') diff --git a/src/Timer.h b/src/Timer.h index e92fe9e1..765cd050 100644 --- a/src/Timer.h +++ b/src/Timer.h @@ -2,6 +2,7 @@ class CTimer { +public: // remove when each variable will be encapsulated static uint32 &m_snTimeInMilliseconds; static uint32 &m_snTimeInMillisecondsPauseMode; static uint32 &m_snTimeInMillisecondsNonClipped; -- cgit v1.2.3