X-Git-Url: http://de.git.xonotic.org/?a=blobdiff_plain;f=qcsrc%2Fserver%2Fportals.qh;h=20a2bd930c6f23b4e40b76159943f9fb6d12d24f;hb=6a71beff093646fc2481e7a5e69df10f9a46ee66;hp=cd0bc0408097b737ee604ef1bd9aa654232ce42a;hpb=64b349a338c5355c1b1381ef0987e34c24fae75b;p=xonotic%2Fxonotic-data.pk3dir.git diff --git a/qcsrc/server/portals.qh b/qcsrc/server/portals.qh index cd0bc0408..20a2bd930 100644 --- a/qcsrc/server/portals.qh +++ b/qcsrc/server/portals.qh @@ -1,3 +1,5 @@ +#pragma once + .float portal_id; .entity portal_in, portal_out; @@ -9,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);