]> git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/client/hud.qh
Clean up CSQC #includes
[xonotic/xonotic-data.pk3dir.git] / qcsrc / client / hud.qh
index 5c21886c53b93bfc1f77d5439ac9e2f464132b51..d2b225765ab4aea6c596693aa776cb290a4eb291 100644 (file)
@@ -1,6 +1,8 @@
 #ifndef HUD_H
 #define HUD_H
 
+#include "../common/weapons/weapons.qh"
+
 const int HUD_PANEL_MAX = 24;
 entity hud_panel[HUD_PANEL_MAX];
 const int HUD_PANEL_FIRST = 0;
@@ -99,6 +101,8 @@ string panel_bg_padding_str;
 
 float current_player;
 
+float GetPlayerColorForce(float i);
+
 
 #define HUD_PANELS(HUD_PANEL)                                                                                                                                                                          \
        HUD_PANEL(WEAPONS      , HUD_Weapons      , weapons)                                                                                                                    \