From 75bca8e31eef877cc6df83146c665f86ad6f8583 Mon Sep 17 00:00:00 2001 From: Fire-Head Date: Thu, 13 Jun 2019 03:35:26 +0300 Subject: CPad done --- src/Timer.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/Timer.h') diff --git a/src/Timer.h b/src/Timer.h index d5e51dfc..fdd21144 100644 --- a/src/Timer.h +++ b/src/Timer.h @@ -19,6 +19,7 @@ public: static uint32 GetTimeInMilliseconds(void) { return m_snTimeInMilliseconds; } static inline Bool GetIsPaused() { return m_UserPause || m_CodePause; } + static inline void SetTimeScale(Float ts) { ms_fTimeScale = ts; } static void Initialise(void); static void Shutdown(void); -- cgit v1.2.3