X-Git-Url: http://de.git.xonotic.org/?a=blobdiff_plain;f=qcsrc%2Fcommon%2Fmonsters%2Fspawn.qh;h=2ebdcc54e80dadee46142c9435e10007147f9b05;hb=4e85c153239969d8dccea38031e18ddb24b6c935;hp=02d308677c708f3d6e0fcc2211463e73be4cc7e0;hpb=0b487b67c34cc94b503c72f09eb77463891a00e8;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