]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
Fixed compilation units.
authorLyberta <lyberta@lyberta.net>
Sun, 29 Jul 2018 20:26:33 +0000 (23:26 +0300)
committerLyberta <lyberta@lyberta.net>
Sun, 29 Jul 2018 20:26:33 +0000 (23:26 +0300)
qcsrc/server/client.qh

index 2d3a099b3988bc715589d9f5018fd310be1fc7f6..5f74773d88f5547744782739bc71ea5960767f4d 100644 (file)
@@ -226,6 +226,8 @@ METHOD(Client, m_unwind, bool(Client this))
     return false;
 }
 
     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.
 /// \brief Print the string to the client's chat.
 /// \param[in] client Client to print to.
 /// \param[in] text Text to print.