]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/server/portals.qh
fix shuffleteams
[xonotic/xonotic-data.pk3dir.git] / qcsrc / server / portals.qh
index b2d282cf2b137e68978e0a64c08b4e0874d3ee3b..f3528d081072ce7e4314a5ca80b4a6a03bdff8ee 100644 (file)
@@ -1,3 +1,5 @@
+#pragma once
+
 .float portal_id;
 .entity portal_in, portal_out;
 
@@ -8,3 +10,4 @@ float Portal_SpawnInPortalAtTrace(entity own, vector dir, float id);
 void Portal_ClearWithID(entity own, float id);
 
 vector Portal_ApplyTransformToPlayerAngle(vector transform, vector vangle);
+void Portal_ClearAll_PortalsOnly(entity own);