]> git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/client/hud/panel/radar.qh
Purge autocvars.qh from the client-side codebase, cvars are defined in the headers...
[xonotic/xonotic-data.pk3dir.git] / qcsrc / client / hud / panel / radar.qh
index d2fbc8f6b25ce5bb6a5afe05bb2637dfe53bd08c..0497d651faa1e6608d6d39b99d6ebe4f1a42f463 100644 (file)
@@ -1,4 +1,15 @@
 #pragma once
 #include "../panel.qh"
 
+int autocvar_hud_panel_radar;
+bool autocvar_hud_panel_radar_dynamichud        = true;
+float autocvar_hud_panel_radar_foreground_alpha;
+float autocvar_hud_panel_radar_maximized_scale;
+vector autocvar_hud_panel_radar_maximized_size;
+float autocvar_hud_panel_radar_rotation;
+float autocvar_hud_panel_radar_scale;
+int autocvar_hud_panel_radar_zoommode;
+float autocvar_hud_panel_radar_maximized_rotation;
+int autocvar_hud_panel_radar_maximized_zoommode;
+
 void HUD_Radar_Show_Maximized(bool doshow, bool clickable);