X-Git-Url: http://de.git.xonotic.org/?a=blobdiff_plain;ds=sidebyside;f=qcsrc%2Fclient%2Fscoreboard.qh;h=f2b155fb1fa35bfb5f4ebb1e3f2fb7277074b70a;hb=13a3ce5cdf01a322755b2f0e74d168cd5247d789;hp=b39b48e53b42202ef0fe7e6c34c284a788ef3db7;hpb=1e492eabdcef368aba446eaca34dd3b8d54a63a7;p=xonotic%2Fxonotic-data.pk3dir.git diff --git a/qcsrc/client/scoreboard.qh b/qcsrc/client/scoreboard.qh index b39b48e53..f2b155fb1 100644 --- a/qcsrc/client/scoreboard.qh +++ b/qcsrc/client/scoreboard.qh @@ -1,2 +1,14 @@ -float HUD_WouldDrawScoreboard(void); +#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 \ No newline at end of file