sampman done

This commit is contained in:
Fire-Head
2019-08-02 23:20:12 +03:00
parent 81ee1c509a
commit 6ba2b05443
19 changed files with 9692 additions and 406 deletions

View File

@ -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);