mirror of
https://github.com/GTAmodding/re3.git
synced 2025-07-16 21:34:08 +00:00
Add CTimeStep
This commit is contained in:
parent
0283dbcd12
commit
8280dda9cb
2 changed files with 15 additions and 0 deletions
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;
|
||||
};
|
Loading…
Add table
Add a link
Reference in a new issue