[cpp]declare isDefeated

Signed-off-by: szdytom <szdytom@qq.com>
This commit is contained in:
方而静 2024-02-10 23:40:33 +08:00
parent e7f74d98a1
commit 58952deb1d
Signed by: szTom
GPG Key ID: 072D999D60C6473C

View File

@ -35,6 +35,8 @@ public:
bool isTeammate(Player x, Player y) const;
Team teamOf(Player x) const;
bool isDefeated(Player x) const;
std::uint8_t numPlayers() const;
std::uint8_t numTeams() const;