From: Lyberta Date: Sun, 29 Jul 2018 20:26:33 +0000 (+0300) Subject: Fixed compilation units. X-Git-Tag: xonotic-v0.8.5~1899^2~12 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=1c9584f37b16d97e336a41fa06cebfa8f3496393;p=xonotic%2Fxonotic-data.pk3dir.git Fixed compilation units. --- diff --git a/qcsrc/server/client.qh b/qcsrc/server/client.qh index 2d3a099b3..5f74773d8 100644 --- a/qcsrc/server/client.qh +++ b/qcsrc/server/client.qh @@ -226,6 +226,8 @@ METHOD(Client, m_unwind, bool(Client this)) return false; } +bool PlayerInList(entity player, string list); + /// \brief Print the string to the client's chat. /// \param[in] client Client to print to. /// \param[in] text Text to print.