]> 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 6db88c68b39ee50fce1f8acce9c778465a3223ae..0497d651faa1e6608d6d39b99d6ebe4f1a42f463 100644 (file)
@@ -1,2 +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);