]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/server/spawnpoints.qh
Merge branch 'master' into terencehill/tooltips_cleanup
[xonotic/xonotic-data.pk3dir.git] / qcsrc / server / spawnpoints.qh
index 06b484e18c3e33c94499773a4fa8fd86eccc0cb6..c6ed28a4c71f86ca94045029f40127023234d22f 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);
+spawnfunc(info_player_deathmatch);
+void spawnpoint_use();
+#endif