]> git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/client/scoreboard.qh
Cleanse the touch functions of the other evil
[xonotic/xonotic-data.pk3dir.git] / qcsrc / client / scoreboard.qh
index 3e5de00f2dfba9b5e9df2141097cdf0f96febb16..8fccae94845577193f1fbbb2997859707bf5e735 100644 (file)
@@ -1,3 +1,13 @@
-float HUD_WouldDrawScoreboard(void);
+#pragma once
+
+float xmin, xmax, ymin, ymax, sbwidth;
+
 float scoreboard_active;
 float scoreboard_fade_alpha;
+
+void Cmd_HUD_SetFields(float argc);
+void HUD_DrawScoreboard();
+void HUD_InitScores();
+void HUD_UpdatePlayerPos(entity pl);
+void HUD_UpdateTeamPos(entity Team);
+float HUD_WouldDrawScoreboard();