]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/client/scoreboard.qh
Merge branch 'master' into terencehill/dynamic_hud
[xonotic/xonotic-data.pk3dir.git] / qcsrc / client / scoreboard.qh
index 5b5f812a0ab448e43d058313894e926b45eb4e02..8fccae94845577193f1fbbb2997859707bf5e735 100644 (file)
@@ -1,5 +1,4 @@
-#ifndef CLIENT_SCOREBOARD_H
-#define CLIENT_SCOREBOARD_H
+#pragma once
 
 float xmin, xmax, ymin, ymax, sbwidth;
 
@@ -11,5 +10,4 @@ void HUD_DrawScoreboard();
 void HUD_InitScores();
 void HUD_UpdatePlayerPos(entity pl);
 void HUD_UpdateTeamPos(entity Team);
-float HUD_WouldDrawScoreboard(void);
-#endif
+float HUD_WouldDrawScoreboard();