X-Git-Url: http://de.git.xonotic.org/?a=blobdiff_plain;f=qcsrc%2Fcommon%2Fmonsters%2Fspawn.qh;h=2ebdcc54e80dadee46142c9435e10007147f9b05;hb=678388b78fdaad89fc8218dadf7007432b4153c3;hp=02d308677c708f3d6e0fcc2211463e73be4cc7e0;hpb=ac5366add2c2d44bff2e03fc916b991eb009a10a;p=xonotic%2Fxonotic-data.pk3dir.git diff --git a/qcsrc/common/monsters/spawn.qh b/qcsrc/common/monsters/spawn.qh index 02d308677..2ebdcc54e 100644 --- a/qcsrc/common/monsters/spawn.qh +++ b/qcsrc/common/monsters/spawn.qh @@ -1 +1,5 @@ +#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