]> 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 6db88c68b39ee50fce1f8acce9c778465a3223ae..3790f477708accf11c062186355477a102761359 100644 (file)
@@ -1,2 +1,12 @@
 #pragma once
 #include "../panel.qh"
+
+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);