]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/server/spawnpoints.qh
Clean out some more self uses from vehicle code
[xonotic/xonotic-data.pk3dir.git] / qcsrc / server / spawnpoints.qh
index b654d83caf2af105857004642c06701259e7c691..b010350908550a976d0bf4ec3398e03cb90a11af 100644 (file)
@@ -1,9 +1,9 @@
-#ifndef SPAWNPOINTS_H
-#define SPAWNPOINTS_H
+#pragma once
 
 .vector spawnpoint_score;
 float spawnpoint_nag;
-float SpawnEvent_Send(entity to, int sf);
+bool SpawnEvent_Send(entity this, entity to, int sf);
 entity Spawn_FilterOutBadSpots(entity firstspot, float mindist, float teamcheck);
 entity SelectSpawnPoint (float anypoint);
-#endif
+spawnfunc(info_player_deathmatch);
+void spawnpoint_use();