X-Git-Url: https://de.git.xonotic.org/?a=blobdiff_plain;f=qcsrc%2Fserver%2Fportals.qh;h=20a2bd930c6f23b4e40b76159943f9fb6d12d24f;hb=3514dfab68ace0fd00b3df1993b8773868b1a6a3;hp=f3528d081072ce7e4314a5ca80b4a6a03bdff8ee;hpb=eac60648c4017e495060dd3ba9e50ac4bad5000a;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);