]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/common/monsters/spawn.qh
Cleanse the touch functions of the other evil
[xonotic/xonotic-data.pk3dir.git] / qcsrc / common / monsters / spawn.qh
index 02d308677c708f3d6e0fcc2211463e73be4cc7e0..2ebdcc54e80dadee46142c9435e10007147f9b05 100644 (file)
@@ -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