]> git.rm.cloudns.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
Fix test compilation units
authorz411 <z411@omaera.org>
Mon, 3 Oct 2022 00:45:22 +0000 (21:45 -0300)
committerz411 <z411@omaera.org>
Mon, 3 Oct 2022 00:45:22 +0000 (21:45 -0300)
qcsrc/server/scores.qh

index f01310d82e99ac8459b764a1c371171c54490302..7229e353a6b0dfc66dca17f4613ed223faa82f4f 100644 (file)
@@ -100,6 +100,11 @@ void Score_ClearAll();
  */
 void Score_NicePrint(entity to);
 
+/**
+ * Returns if there's a new leader since the last time the function was called.
+ */
+bool Score_NewLeader();
+
 /**
  * Sets the following results for the current scores entities.
  */