2020-03-13 21:46:59 +01:00
|
|
|
#pragma once
|
|
|
|
|
|
|
|
// Pretty sure this class is not used by the game
|
|
|
|
class CTimeStep
|
|
|
|
{
|
|
|
|
public:
|
2020-04-17 07:54:14 +02:00
|
|
|
static float ms_fTimeScale;
|
|
|
|
static float ms_fFramesPerUpdate;
|
|
|
|
static float ms_fTimeStep;
|
2020-03-13 21:50:23 +01:00
|
|
|
};
|