mirror of
https://git.rip/DMCA_FUCKER/re3.git
synced 2024-11-05 06:45:56 +00:00
11 lines
185 B
C++
11 lines
185 B
C++
#pragma once
|
|
|
|
// Pretty sure this class is not used by the game
|
|
class CTimeStep
|
|
{
|
|
public:
|
|
static float ms_fTimeScale;
|
|
static float ms_fFramesPerUpdate;
|
|
static float ms_fTimeStep;
|
|
};
|