X-Git-Url: https://git.xonotic.org/?a=blobdiff_plain;f=sbar.h;h=8be484c29ca58f1d59f11c9c5494531295ec20f0;hb=55ed30ad15c72f52aea124389b9997745d4dbf02;hp=9e881c84ee2c42e75854c27b6ebf817babc9d423;hpb=468db062ea41a78210871ea5b2d53c01f9cab190;p=xonotic%2Fdarkplaces.git diff --git a/sbar.h b/sbar.h index 9e881c84..8be484c2 100644 --- a/sbar.h +++ b/sbar.h @@ -18,19 +18,17 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ +#ifndef SBAR_H +#define SBAR_H + #define SBAR_HEIGHT 24 extern int sb_lines; // scan lines to draw void Sbar_Init (void); -void Sbar_Changed (void); -// call whenever any of the client stats represented on the sbar changes - void Sbar_Draw (void); // called every frame by screen -void Sbar_IntermissionOverlay (void); -// called each frame after the level has been completed +#endif -void Sbar_FinaleOverlay (void);