summaryrefslogtreecommitdiffstats
path: root/src/core/TimeStep.h
diff options
context:
space:
mode:
authorWes Hampson <thehambone93@gmail.com>2020-03-13 21:46:59 +0100
committerWes Hampson <thehambone93@gmail.com>2020-03-13 21:46:59 +0100
commit8280dda9cba53608be137a7e6a82ea45aca339c4 (patch)
tree852c1d2e165fe51a7759366c882c49af9f7f2f91 /src/core/TimeStep.h
parentFix merge conflict (diff)
downloadre3-8280dda9cba53608be137a7e6a82ea45aca339c4.tar
re3-8280dda9cba53608be137a7e6a82ea45aca339c4.tar.gz
re3-8280dda9cba53608be137a7e6a82ea45aca339c4.tar.bz2
re3-8280dda9cba53608be137a7e6a82ea45aca339c4.tar.lz
re3-8280dda9cba53608be137a7e6a82ea45aca339c4.tar.xz
re3-8280dda9cba53608be137a7e6a82ea45aca339c4.tar.zst
re3-8280dda9cba53608be137a7e6a82ea45aca339c4.zip
Diffstat (limited to '')
-rw-r--r--src/core/TimeStep.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/core/TimeStep.h b/src/core/TimeStep.h
new file mode 100644
index 00000000..ee595383
--- /dev/null
+++ b/src/core/TimeStep.h
@@ -0,0 +1,10 @@
+#pragma once
+
+// Pretty sure this class is not used by the game
+class CTimeStep
+{
+public:
+ static float &ms_fTimeScale;
+ static float &ms_fFramesPerUpdate;
+ static float &ms_fTimeStep;
+}; \ No newline at end of file