summaryrefslogtreecommitdiffstats
path: root/src/core/Timer.h
diff options
context:
space:
mode:
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