X-Git-Url: https://de.git.xonotic.org/?a=blobdiff_plain;f=qcsrc%2Fclient%2Fscoreboard.qh;h=4e43cb65fd303ab7a1f1f6beb8e0b34d7ecfaac4;hb=81725cd0e0d0d22d9a667070c985647522a45955;hp=3ba6808ae7a9c9681a6c1113657302647ce937b2;hpb=e3327be0ebf714e06be19a77c0429d4d504c737f;p=xonotic%2Fxonotic-data.pk3dir.git diff --git a/qcsrc/client/scoreboard.qh b/qcsrc/client/scoreboard.qh index 3ba6808ae..4e43cb65f 100644 --- a/qcsrc/client/scoreboard.qh +++ b/qcsrc/client/scoreboard.qh @@ -1 +1,15 @@ +#ifndef CLIENT_SCOREBOARD_H +#define CLIENT_SCOREBOARD_H + +float xmin, xmax, ymin, ymax, sbwidth; + +float scoreboard_active; float scoreboard_fade_alpha; + +void Cmd_HUD_SetFields(float argc); +void HUD_DrawScoreboard(); +void HUD_InitScores(); +void HUD_UpdatePlayerPos(entity pl); +void HUD_UpdateTeamPos(entity Team); +float HUD_WouldDrawScoreboard(); +#endif