From 7a37b56baed0cce79c228e9e1969917aa8db24dc Mon Sep 17 00:00:00 2001 From: aura Date: Thu, 5 Mar 2026 01:23:13 +0100 Subject: giga improvement --- src/game.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/game.h') 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; -- cgit v1.2.3