diff options
author | Fire-Head <Fire-Head@users.noreply.github.com> | 2019-05-29 03:52:30 +0300 |
---|---|---|
committer | Fire-Head <Fire-Head@users.noreply.github.com> | 2019-05-29 03:52:30 +0300 |
commit | 31e7428bdf788a465c2f72f75793cac88ec5d77a (patch) | |
tree | c05bad8c041335995af7ce47c15f9f2496c03a7e /src/Timer.h | |
parent | c5a058b615249a873a4cedea96a02594c3c8148c (diff) |
Particle, ParticleMgr done
Diffstat (limited to 'src/Timer.h')
-rw-r--r-- | src/Timer.h | 1 |
1 files changed, 1 insertions, 0 deletions
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; |