]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/common/monsters/spawn.qh
Cleanup server mutator #includes
[xonotic/xonotic-data.pk3dir.git] / qcsrc / common / monsters / spawn.qh
index d3d3fcb34dd79414079bac6646813ed036b27c38..0aba5c19d4326f2220c89c576468d022263be4f3 100644 (file)
@@ -1 +1,3 @@
-entity spawnmonster (string monster, float monster_id, entity spawnedby, entity own, vector orig, float respwn, float moveflag);
+#pragma once
+
+entity spawnmonster (string monster, float monster_id, entity spawnedby, entity own, vector orig, float respwn, float invincible, float moveflag);