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