From: Mario Date: Thu, 5 Feb 2015 11:23:05 +0000 (+1100) Subject: Make it really compile X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=776b6bc150716e7a83eff865bffa8db3f529e9ec;p=xonotic%2Fxonotic-data.pk3dir.git Make it really compile --- diff --git a/qcsrc/common/monsters/sv_monsters.qh b/qcsrc/common/monsters/sv_monsters.qh index 81769fcc2..f65ba001e 100644 --- a/qcsrc/common/monsters/sv_monsters.qh +++ b/qcsrc/common/monsters/sv_monsters.qh @@ -88,6 +88,8 @@ float Monster_Attack_Melee(entity targ, float damg, float anim, float er, float bool Monster_Attack_Leap(int anm, void() touchfunc, vector vel, float animtime); +entity Monster_FindTarget(entity mon); + void monster_makevectors(entity e); void Monster_Sound(.string samplefield, float sound_delay, float delaytoo, float chan);