X-Git-Url: http://de.git.xonotic.org/?a=blobdiff_plain;f=qcsrc%2Fserver%2Fportals.qh;h=20a2bd930c6f23b4e40b76159943f9fb6d12d24f;hb=89e2cf7f08e3dd67f4e7ba5eb9c82ad24d1aafc5;hp=68ff068a77788aa0f28fb6bddd333a61e9de48d4;hpb=d1ec6cd7b36e2c16817720fe5cce775fc3d26357;p=xonotic%2Fxonotic-data.pk3dir.git diff --git a/qcsrc/server/portals.qh b/qcsrc/server/portals.qh index 68ff068a7..20a2bd930 100644 --- a/qcsrc/server/portals.qh +++ b/qcsrc/server/portals.qh @@ -1,5 +1,4 @@ -#ifndef PORTALS_H -#define PORTALS_H +#pragma once .float portal_id; .entity portal_in, portal_out; @@ -12,4 +11,5 @@ void Portal_ClearWithID(entity own, float id); vector Portal_ApplyTransformToPlayerAngle(vector transform, vector vangle); void Portal_ClearAll_PortalsOnly(entity own); -#endif + +void Portal_Think(entity this);