]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/client/hud/panel/timer.qh
Remove unnecessary client global shortmapname
[xonotic/xonotic-data.pk3dir.git] / qcsrc / client / hud / panel / timer.qh
index bbeeb727282064ec95637d2c6550c4e27a30036b..3790f477708accf11c062186355477a102761359 100644 (file)
@@ -4,4 +4,9 @@
 bool autocvar_hud_panel_timer;
 bool autocvar_hud_panel_timer_dynamichud        = true;
 bool autocvar_hud_panel_timer_increment;
+int autocvar_hud_panel_timer_secondary = 1;
 bool autocvar_hud_panel_timer_unbound;
+
+vector HUD_Timer_Color(float timeleft);
+float HUD_Timer_TimeElapsed(float curtime, float starttime);
+float HUD_Timer_TimeLeft(float curtime, float starttime, float timelimit);