diff options
author | Fire-Head <Fire-Head@users.noreply.github.com> | 2019-05-29 02:52:30 +0200 |
---|---|---|
committer | Fire-Head <Fire-Head@users.noreply.github.com> | 2019-05-29 02:52:30 +0200 |
commit | 31e7428bdf788a465c2f72f75793cac88ec5d77a (patch) | |
tree | c05bad8c041335995af7ce47c15f9f2496c03a7e /src/Timer.h | |
parent | more CVehicleModelInfo (diff) | |
download | re3-31e7428bdf788a465c2f72f75793cac88ec5d77a.tar re3-31e7428bdf788a465c2f72f75793cac88ec5d77a.tar.gz re3-31e7428bdf788a465c2f72f75793cac88ec5d77a.tar.bz2 re3-31e7428bdf788a465c2f72f75793cac88ec5d77a.tar.lz re3-31e7428bdf788a465c2f72f75793cac88ec5d77a.tar.xz re3-31e7428bdf788a465c2f72f75793cac88ec5d77a.tar.zst re3-31e7428bdf788a465c2f72f75793cac88ec5d77a.zip |
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; |