X-Git-Url: http://de.git.xonotic.org/?p=xonotic%2Fxonotic-data.pk3dir.git;a=blobdiff_plain;f=qcsrc%2Fclient%2Fhud%2Fcrosshair.qh;h=8de5e5a38bc59f85fc04d44e80561d307443f360;hp=f485628280dfa6e45151ade24e5401e37335df6a;hb=7069dc3f41678554d089db582ccf16da1f8874a5;hpb=0409f3fe91e759cbe3b885b5c543411f02844f21 diff --git a/qcsrc/client/hud/crosshair.qh b/qcsrc/client/hud/crosshair.qh index f485628280..8de5e5a38b 100644 --- a/qcsrc/client/hud/crosshair.qh +++ b/qcsrc/client/hud/crosshair.qh @@ -1,5 +1,7 @@ #pragma once +float vortex_charge_movingavg; // WEAPONTODO + vector crosshair_getcolor(entity this, float health_stat); void TrueAim_Init(); void HUD_Crosshair(entity this);