aboutsummaryrefslogtreecommitdiff
path: root/src/core/Timer.h
diff options
context:
space:
mode:
authoreray orçunus <erayorcunus@gmail.com>2020-04-10 18:06:49 +0300
committereray orçunus <erayorcunus@gmail.com>2020-04-12 00:56:27 +0300
commitf2995640bd29157d28c17b4dacab93cad05eadc2 (patch)
treebff16d69ea69ab0e65bb5f797017a7a152cf10fe /src/core/Timer.h
parent3a4442eca437863a79cebe70f4bd6ba73cc3a64d (diff)
CMenuManager done and CHud fixes
Diffstat (limited to 'src/core/Timer.h')
-rw-r--r--src/core/Timer.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/core/Timer.h b/src/core/Timer.h
index 2498ec8a..7b35f79a 100644
--- a/src/core/Timer.h
+++ b/src/core/Timer.h
@@ -53,3 +53,7 @@ public:
static void StartUserPause(void);
static void EndUserPause(void);
};
+
+#ifdef FIX_BUGS
+extern double frameTime;
+#endif