]> de.git.xonotic.org Git - voretournament/voretournament.git/blobdiff - misc/source/darkplaces-src/sbar.h
Update the engine
[voretournament/voretournament.git] / misc / source / darkplaces-src / sbar.h
index 4b566b6df162ffd947a21657e04ed1e3af22a394..0739756abb16f3a528fe10226bba7bf3df49f9fc 100644 (file)
@@ -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