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