]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blob - qcsrc/client/hud/panel/timer.qh
Merge branch 'master' into develop
[xonotic/xonotic-data.pk3dir.git] / qcsrc / client / hud / panel / timer.qh
1 #pragma once
2 #include "../panel.qh"
3
4 bool autocvar_hud_panel_timer;
5 bool autocvar_hud_panel_timer_dynamichud        = true;
6 bool autocvar_hud_panel_timer_increment;
7 int autocvar_hud_panel_timer_secondary = 1;
8 bool autocvar_hud_panel_timer_unbound;
9
10 vector HUD_Timer_Color(float timeleft);
11 float HUD_Timer_TimeElapsed(float curtime, float starttime);
12 float HUD_Timer_TimeLeft(float curtime, float starttime, float timelimit);