SilentPatch/SAFix/TimerSA.h
2014-08-03 15:38:53 +02:00

10 lines
110 B
C++

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