SilentPatch/SilentPatchSA/TimerSA.h
2017-06-23 00:11:17 +02:00

11 lines
140 B
C++

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