]> 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 6f70f09beec2219624baeca92e2cd7deaa104fb4..a109062a489114c7aa107181d65a8f1175d371f7 100644 (file)
@@ -1 +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);