mirror of
https://github.com/CookiePLMonster/SilentPatch.git
synced 2024-12-28 23:03:01 +05:00
10 lines
110 B
C
10 lines
110 B
C
|
#ifndef __TIMERSA
|
||
|
#define __TIMERSA
|
||
|
|
||
|
class CTimer
|
||
|
{
|
||
|
public:
|
||
|
static int& m_snTimeInMilliseconds;
|
||
|
};
|
||
|
|
||
|
#endif
|