X-Git-Url: http://git.xonotic.org/?a=blobdiff_plain;f=qcsrc%2Fcommon%2Fmonsters%2Fspawn.qh;h=2ebdcc54e80dadee46142c9435e10007147f9b05;hb=7bae88d09fbd53cce732e31633aea92671b43699;hp=d3d3fcb34dd79414079bac6646813ed036b27c38;hpb=23ad6cc4775660c14ef42575146550887f44775e;p=xonotic%2Fxonotic-data.pk3dir.git diff --git a/qcsrc/common/monsters/spawn.qh b/qcsrc/common/monsters/spawn.qh index d3d3fcb34..2ebdcc54e 100644 --- a/qcsrc/common/monsters/spawn.qh +++ b/qcsrc/common/monsters/spawn.qh @@ -1 +1,5 @@ -entity spawnmonster (string monster, float monster_id, entity spawnedby, entity own, vector orig, float respwn, float moveflag); +#ifndef SPAWN_H +#define SPAWN_H + +entity spawnmonster (string monster, float monster_id, entity spawnedby, entity own, vector orig, float respwn, float invincible, float moveflag); +#endif