SilentPatch/SilentPatchSA/TimerSA.h
2015-04-22 15:20:40 +02:00

10 lines
110 B
C++

#ifndef __TIMERSA
#define __TIMERSA
class CTimer
{
public:
static int& m_snTimeInMilliseconds;
};
#endif