mirror of
https://github.com/CookiePLMonster/SilentPatch.git
synced 2024-11-22 13:32:36 +01:00
11 lines
140 B
C++
11 lines
140 B
C++
#ifndef __TIMERSA
|
|
#define __TIMERSA
|
|
|
|
class CTimer
|
|
{
|
|
public:
|
|
static int& m_snTimeInMilliseconds;
|
|
static float& m_fTimeStep;
|
|
};
|
|
|
|
#endif |