]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - sbar.h
Fix a typo in DrawQ_RotPic which broke it badly.
[xonotic/darkplaces.git] / sbar.h
diff --git a/sbar.h b/sbar.h
index 4b566b6df162ffd947a21657e04ed1e3af22a394..0739756abb16f3a528fe10226bba7bf3df49f9fc 100644 (file)
--- a/sbar.h
+++ b/sbar.h
@@ -32,5 +32,8 @@ void Sbar_Init (void);
 /// called every frame by screen
 void Sbar_Draw (void);
 
+int Sbar_GetSortedPlayerIndex (int index);
+void Sbar_SortFrags (void);
+
 #endif