From c18dfbdc792b2fccd4c2b8103748a628c2066d34 Mon Sep 17 00:00:00 2001 From: z411 Date: Sun, 2 Oct 2022 21:45:22 -0300 Subject: [PATCH] Fix test compilation units --- qcsrc/server/scores.qh | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/qcsrc/server/scores.qh b/qcsrc/server/scores.qh index f01310d82..7229e353a 100644 --- a/qcsrc/server/scores.qh +++ b/qcsrc/server/scores.qh @@ -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. */ -- 2.39.2