X-Git-Url: http://de.git.xonotic.org/?a=blobdiff_plain;f=qcsrc%2Fserver%2Fscores.qh;h=b547730efef6035e008386d4fd38d199d55d3fdd;hb=cbdb7a96d12e868b8de189ac2a93172ec7a01acb;hp=ff0555cad6cf4d24a27dc9089a327d45dc9bed97;hpb=6dc9591eba337374f2b4348a6a6deaa1cb6887d0;p=xonotic%2Fxonotic-data.pk3dir.git diff --git a/qcsrc/server/scores.qh b/qcsrc/server/scores.qh index ff0555cad..b547730ef 100644 --- a/qcsrc/server/scores.qh +++ b/qcsrc/server/scores.qh @@ -1,5 +1,6 @@ -#ifndef SCORES_H -#define SCORES_H +#pragma once + +#include entity scores_initialized; // non-world when scores labels/rules have been set .float scores[MAX_SCORE]; @@ -127,4 +128,3 @@ string GetTeamScoreString(float tm, float shortString); * nospectators: exclude spectators */ entity PlayerScore_Sort(.float field, float teams, float strict, float nospectators); -#endif