mirror of
https://github.com/halpz/re3.git
synced 2025-07-16 16:48:12 +00:00
Add CTimeStep
This commit is contained in:
10
src/core/TimeStep.h
Normal file
10
src/core/TimeStep.h
Normal file
@ -0,0 +1,10 @@
|
||||
#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;
|
||||
};
|
Reference in New Issue
Block a user