]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - sbar.h
Added the cvar sbar_alpha.
[xonotic/darkplaces.git] / sbar.h
diff --git a/sbar.h b/sbar.h
index 8be484c29ca58f1d59f11c9c5494531295ec20f0..ac27858fef2647add8f46bc590652380232bd4f2 100644 (file)
--- a/sbar.h
+++ b/sbar.h
@@ -24,6 +24,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 #define        SBAR_HEIGHT             24
 
 extern int                     sb_lines;                       // scan lines to draw
+extern cvar_t          sbar_alpha;
 
 void Sbar_Init (void);