From: Mario Date: Sat, 20 Aug 2016 12:42:12 +0000 (+1000) Subject: Hopefully fix compilation test unit X-Git-Tag: xonotic-v0.8.2~697 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=a8978884ab731c0e55858d1c01e93b129a2dbe47;p=xonotic%2Fxonotic-data.pk3dir.git Hopefully fix compilation test unit --- diff --git a/qcsrc/server/cl_player.qh b/qcsrc/server/cl_player.qh index b5f8ca07c..0f924f814 100644 --- a/qcsrc/server/cl_player.qh +++ b/qcsrc/server/cl_player.qh @@ -9,6 +9,8 @@ void CopyBody_Think(entity this); void CopyBody(entity this, float keepvelocity); +void dedicated_print(string input) + void player_setupanimsformodel(entity this); void player_anim(entity this);