]> git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/client/hud/panel/pressedkeys.qh
Purge autocvars.qh from the client-side codebase, cvars are defined in the headers...
[xonotic/xonotic-data.pk3dir.git] / qcsrc / client / hud / panel / pressedkeys.qh
index 6db88c68b39ee50fce1f8acce9c778465a3223ae..1cc663f609b9260540bbdcade73300fc60349ee1 100644 (file)
@@ -1,2 +1,7 @@
 #pragma once
 #include "../panel.qh"
+
+int autocvar_hud_panel_pressedkeys;
+float autocvar_hud_panel_pressedkeys_aspect;
+bool autocvar_hud_panel_pressedkeys_attack;
+bool autocvar_hud_panel_pressedkeys_dynamichud  = true;