SilentPatch/SilentPatchSA/TimerSA.h

11 lines
140 B
C
Raw Permalink Normal View History

2014-08-03 19:38:53 +06:00
#ifndef __TIMERSA
#define __TIMERSA
class CTimer
{
public:
static int& m_snTimeInMilliseconds;
2017-06-23 03:11:17 +05:00
static float& m_fTimeStep;
2014-08-03 19:38:53 +06:00
};
#endif