X-Git-Url: https://git.xonotic.org/?a=blobdiff_plain;f=sbar.h;h=8be484c29ca58f1d59f11c9c5494531295ec20f0;hb=e2aacb31cf7c1c5dbcec7b0ee38070324eb1cb69;hp=4a9a60e2e93bf4f05bda7255f442d27c6f3aa3eb;hpb=a4107d729cd599a854f238a79c038094127fad20;p=xonotic%2Fdarkplaces.git diff --git a/sbar.h b/sbar.h index 4a9a60e2..8be484c2 100644 --- a/sbar.h +++ b/sbar.h @@ -18,6 +18,9 @@ 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 @@ -27,7 +30,5 @@ void Sbar_Init (void); 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);