X-Git-Url: http://de.git.xonotic.org/?a=blobdiff_plain;f=qcsrc%2Fclient%2Fscoreboard.qh;h=e1c5addb49f0474861188f571b5f0520c7a2e181;hb=8751feffa227c3d12ce6a7c957170726bbf79625;hp=3e5de00f2dfba9b5e9df2141097cdf0f96febb16;hpb=fe8c7510919a64ff76afde8eb94bbb29bf293c3b;p=xonotic%2Fxonotic-data.pk3dir.git diff --git a/qcsrc/client/scoreboard.qh b/qcsrc/client/scoreboard.qh index 3e5de00f2..e1c5addb4 100644 --- a/qcsrc/client/scoreboard.qh +++ b/qcsrc/client/scoreboard.qh @@ -1,3 +1,15 @@ -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_DrawScoreboard(); +void HUD_InitScores(); +void HUD_UpdatePlayerPos(entity pl); +void HUD_UpdateTeamPos(entity Team); +float HUD_WouldDrawScoreboard(void); +#endif