SilentPatch/SilentPatchSA/TimerSA.h

11 lines
140 B
C
Raw Normal View History

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