]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/client/scoreboard.qh
Fix for #1465 "joining server while on map selection screen locks cursor"
[xonotic/xonotic-data.pk3dir.git] / qcsrc / client / scoreboard.qh
index 3e5de00f2dfba9b5e9df2141097cdf0f96febb16..c0326eb786a854bb2fe69655614752d7dcd67953 100644 (file)
@@ -1,3 +1,14 @@
-float HUD_WouldDrawScoreboard(void);
+#ifndef SCOREBOARD_H
+#define SCOREBOARD_H
+
+float xmin, xmax, ymin, ymax, sbwidth;
+
 float scoreboard_active;
 float scoreboard_fade_alpha;
+
+void Cmd_HUD_SetFields(float argc);
+void HUD_InitScores();
+void HUD_UpdatePlayerPos(entity pl);
+void HUD_UpdateTeamPos(entity Team);
+float HUD_WouldDrawScoreboard(void);
+#endif