X-Git-Url: http://de.git.xonotic.org/?a=blobdiff_plain;f=qcsrc%2Fserver%2Fportals.qh;h=20a2bd930c6f23b4e40b76159943f9fb6d12d24f;hb=bc3f297ed082b23fb33dd0d8f5dcd33bb0198507;hp=f3528d081072ce7e4314a5ca80b4a6a03bdff8ee;hpb=109c5785a22fb4336ac5e91d5f1fa91678582164;p=xonotic%2Fxonotic-data.pk3dir.git diff --git a/qcsrc/server/portals.qh b/qcsrc/server/portals.qh index f3528d081..20a2bd930 100644 --- a/qcsrc/server/portals.qh +++ b/qcsrc/server/portals.qh @@ -11,3 +11,5 @@ 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);