X-Git-Url: http://de.git.xonotic.org/?p=xonotic%2Fxonotic-data.pk3dir.git;a=blobdiff_plain;f=qcsrc%2Fcommon%2Fmonsters%2Fmonster.qh;fp=qcsrc%2Fcommon%2Fmonsters%2Fmonster.qh;h=9ba1cde12941ac1777aa98c4a2f5868f8aa3a825;hp=f1a5ee3d46f473a558e67f4ac1ec7beb67789707;hb=0f91a71ce7434276a96bcb5fec24bf5702369749;hpb=34a18150e22d4ca146bf6d9464e803cb27790dac diff --git a/qcsrc/common/monsters/monster.qh b/qcsrc/common/monsters/monster.qh index f1a5ee3d46..9ba1cde129 100644 --- a/qcsrc/common/monsters/monster.qh +++ b/qcsrc/common/monsters/monster.qh @@ -12,6 +12,12 @@ #include #endif +#ifndef MENUQC +#include "../animdecide.qh" +#include "../anim.qh" +vector animfixfps(entity e, vector a, vector b); +#endif + // special spawn flags const int MONSTER_RESPAWN_DEATHPOINT = 16; // re-spawn where we died const int MONSTER_TYPE_FLY = 32; @@ -39,7 +45,6 @@ const int MONSTER_SIZE_QUAKE = 8192; .vector anim_walk; .vector anim_spawn; -/** If you register a new monster, make sure to add it to all.inc */ CLASS(Monster, Object) ATTRIB(Monster, monsterid, int, 0) /** attributes */