summaryrefslogtreecommitdiff
path: root/src/game.h
diff options
context:
space:
mode:
authoraura <nw@moneybot.cc>2026-03-05 01:23:13 +0100
committeraura <nw@moneybot.cc>2026-03-05 01:23:13 +0100
commit7a37b56baed0cce79c228e9e1969917aa8db24dc (patch)
treefab9407b2c6250f981a39e6e24faadf3c82e08b2 /src/game.h
parent73045b6642348c8d2fd8b45cae305bbf0344d444 (diff)
giga improvement
Diffstat (limited to 'src/game.h')
-rw-r--r--src/game.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/game.h b/src/game.h
index 653eb91..829f983 100644
--- a/src/game.h
+++ b/src/game.h
@@ -15,6 +15,8 @@
const U32 TICKS_PER_SEC = 64;
const F32 TICK_INTERVAL = 1.0f / (F32)TICKS_PER_SEC;
+extern struct CVAR* g_timescale;
+
typedef struct {
GL_SHADER_PROGRAM* gl2d;
GL_SHADER_PROGRAM* gl2d_texcoord;