SilentPatch/SilentPatchSA/TimerSA.h

10 lines
110 B
C
Raw Normal View History

2014-08-03 19:38:53 +06:00
#ifndef __TIMERSA
#define __TIMERSA
class CTimer
{
public:
static int& m_snTimeInMilliseconds;
};
#endif