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