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