mirror of
https://github.com/halpz/re3.git
synced 2025-07-15 11:08:14 +00:00
sampman done
This commit is contained in:
@ -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);
|
||||
|
Reference in New Issue
Block a user