]> git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/server/scores_rules.qh
mapinfo: fix and rename noautomaplist flag to donotwant
[xonotic/xonotic-data.pk3dir.git] / qcsrc / server / scores_rules.qh
index 1d2646bb83e6d544d6986f3e60d2d8e119d7a9ee..2978c217ef4d18ccceffdaaf8c846f8f4dc89911 100644 (file)
@@ -1,5 +1,9 @@
 #pragma once
 
-void ScoreRules_basics(float teams, float sprio, float stprio, float score_enabled);
+bool IsTeamAvailable(int team_num);
+int NumTeams(int teams);
+void ScoreRules_basics(int teams, float sprio, float stprio, float score_enabled);
 void ScoreRules_basics_end();
 void ScoreRules_generic();
+
+#define AVAILABLE_TEAMS teamplay