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