]> git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/client/hud/panel/timer.qh
Purge autocvars.qh from the client-side codebase, cvars are defined in the headers...
[xonotic/xonotic-data.pk3dir.git] / qcsrc / client / hud / panel / timer.qh
index 6db88c68b39ee50fce1f8acce9c778465a3223ae..309f04249ca9c7884863764d2c38d13c92c4c647 100644 (file)
@@ -1,2 +1,6 @@
 #pragma once
 #include "../panel.qh"
+
+bool autocvar_hud_panel_timer;
+bool autocvar_hud_panel_timer_dynamichud        = true;
+bool autocvar_hud_panel_timer_increment;