]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/client/hud/panel/powerups.qh
Purge autocvars.qh from the client-side codebase, cvars are defined in the headers...
[xonotic/xonotic-data.pk3dir.git] / qcsrc / client / hud / panel / powerups.qh
index 3235f8da674507aa494cf3e7e8c29aa132db6bc0..a109062a489114c7aa107181d65a8f1175d371f7 100644 (file)
@@ -1,4 +1,16 @@
 #pragma once
 #include "../panel.qh"
 
+bool autocvar_hud_panel_powerups;
+int autocvar_hud_panel_powerups_baralign;
+bool autocvar_hud_panel_powerups_dynamichud     = true;
+bool autocvar_hud_panel_powerups_hide_ondeath     = false;
+int autocvar_hud_panel_powerups_iconalign;
+bool autocvar_hud_panel_powerups_progressbar;
+bool autocvar_hud_panel_powerups_text;
+
+vector autocvar_hud_progressbar_shield_color;
+vector autocvar_hud_progressbar_strength_color;
+vector autocvar_hud_progressbar_superweapons_color;
+
 void addPowerupItem(string name, string icon, vector color, float currentTime, float lifeTime);