]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/server/spawnpoints.qh
Remove uses of Static_Team_ColorName
[xonotic/xonotic-data.pk3dir.git] / qcsrc / server / spawnpoints.qh
index 607629e42578834ed10e98c99ac66b28c82a8148..e697001c18145e96233de28a8bfba1e436f59503 100644 (file)
@@ -1,5 +1,11 @@
+#ifndef SPAWNPOINTS_H
+#define SPAWNPOINTS_H
+
 .vector spawnpoint_score;
 float spawnpoint_nag;
-float SpawnEvent_Send(entity to, float sf);
+float SpawnEvent_Send(entity to, int sf);
 entity Spawn_FilterOutBadSpots(entity firstspot, float mindist, float teamcheck);
 entity SelectSpawnPoint (float anypoint);
+void spawnfunc_info_player_deathmatch();
+void spawnpoint_use();
+#endif