X-Git-Url: http://git.xonotic.org/?a=blobdiff_plain;ds=sidebyside;f=qcsrc%2Fclient%2Fscoreboard.qh;h=c0326eb786a854bb2fe69655614752d7dcd67953;hb=1ba59bdc6b1e1ad0368f34dbd297e40cc42be243;hp=3ba6808ae7a9c9681a6c1113657302647ce937b2;hpb=e3327be0ebf714e06be19a77c0429d4d504c737f;p=xonotic%2Fxonotic-data.pk3dir.git diff --git a/qcsrc/client/scoreboard.qh b/qcsrc/client/scoreboard.qh index 3ba6808ae..c0326eb78 100644 --- a/qcsrc/client/scoreboard.qh +++ b/qcsrc/client/scoreboard.qh @@ -1 +1,14 @@ +#ifndef SCOREBOARD_H +#define SCOREBOARD_H + +float xmin, xmax, ymin, ymax, sbwidth; + +float scoreboard_active; float scoreboard_fade_alpha; + +void Cmd_HUD_SetFields(float argc); +void HUD_InitScores(); +void HUD_UpdatePlayerPos(entity pl); +void HUD_UpdateTeamPos(entity Team); +float HUD_WouldDrawScoreboard(void); +#endif