X-Git-Url: http://de.git.xonotic.org/?a=blobdiff_plain;ds=sidebyside;f=qcsrc%2Fserver%2Fportals.qh;h=20a2bd930c6f23b4e40b76159943f9fb6d12d24f;hb=65fc9d516200f4df289b42e1595e91baf7878331;hp=68ff068a77788aa0f28fb6bddd333a61e9de48d4;hpb=82dbcadfd0556053b74638f2e3ae2e57103ddf26;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);