diff options
Diffstat (limited to 'src/core/Timer.h')
-rw-r--r-- | src/core/Timer.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/Timer.h b/src/core/Timer.h index 9e6d447e..8f3b77c2 100644 --- a/src/core/Timer.h +++ b/src/core/Timer.h @@ -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); |