]> git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/client/hud/crosshair.qh
Merge branch 'master' into Lyberta/WaypointIcons
[xonotic/xonotic-data.pk3dir.git] / qcsrc / client / hud / crosshair.qh
diff --git a/qcsrc/client/hud/crosshair.qh b/qcsrc/client/hud/crosshair.qh
new file mode 100644 (file)
index 0000000..8de5e5a
--- /dev/null
@@ -0,0 +1,8 @@
+#pragma once
+
+float vortex_charge_movingavg; // WEAPONTODO
+
+vector crosshair_getcolor(entity this, float health_stat);
+void TrueAim_Init();
+void HUD_Crosshair(entity this);
+void DrawReticle(entity this);