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