mirror of
https://github.com/GTAmodding/re3.git
synced 2025-10-19 06:39:23 +00:00
sampman done
This commit is contained in:
parent
81ee1c509a
commit
6ba2b05443
19 changed files with 9692 additions and 406 deletions
|
@ -35,6 +35,7 @@ public:
|
|||
|
||||
static bool GetIsPaused() { return m_UserPause || m_CodePause; }
|
||||
static bool GetIsUserPaused() { return m_UserPause; }
|
||||
static bool GetIsCodePaused() { return m_CodePause; }
|
||||
static void SetCodePause(bool pause) { m_CodePause = pause; }
|
||||
|
||||
static void Initialise(void);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue