]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/server/portals.qh
Merge branch 'master' into martin-t/bullet-trails
[xonotic/xonotic-data.pk3dir.git] / qcsrc / server / portals.qh
index b2d282cf2b137e68978e0a64c08b4e0874d3ee3b..20a2bd930c6f23b4e40b76159943f9fb6d12d24f 100644 (file)
@@ -1,3 +1,5 @@
+#pragma once
+
 .float portal_id;
 .entity portal_in, portal_out;
 
@@ -8,3 +10,6 @@ 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);
+
+void Portal_Think(entity this);