mirror of
https://github.com/GTAmodding/re3.git
synced 2025-07-14 22:34:10 +00:00
timebars
This commit is contained in:
parent
a57d9b6797
commit
409663adb8
8 changed files with 220 additions and 2 deletions
|
@ -34,6 +34,7 @@ public:
|
|||
static void SetPreviousTimeInMilliseconds(uint32 t) { m_snPreviousTimeInMilliseconds = t; }
|
||||
static const float &GetTimeScale(void) { return ms_fTimeScale; }
|
||||
static void SetTimeScale(float ts) { ms_fTimeScale = ts; }
|
||||
static uint32 GetCyclesPerFrame();
|
||||
|
||||
static bool GetIsPaused() { return m_UserPause || m_CodePause; }
|
||||
static bool GetIsUserPaused() { return m_UserPause; }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue