X-Git-Url: http://de.git.xonotic.org/?a=blobdiff_plain;f=qcsrc%2Fserver%2Fportals.qh;h=68ff068a77788aa0f28fb6bddd333a61e9de48d4;hb=38593b19068a9615a9f067046a2d40c95f359e66;hp=cd0bc0408097b737ee604ef1bd9aa654232ce42a;hpb=7e0864d035fea38e3127a0728909641536c1a99d;p=xonotic%2Fxonotic-data.pk3dir.git diff --git a/qcsrc/server/portals.qh b/qcsrc/server/portals.qh index cd0bc0408..68ff068a7 100644 --- a/qcsrc/server/portals.qh +++ b/qcsrc/server/portals.qh @@ -1,3 +1,6 @@ +#ifndef PORTALS_H +#define PORTALS_H + .float portal_id; .entity portal_in, portal_out; @@ -9,3 +12,4 @@ void Portal_ClearWithID(entity own, float id); vector Portal_ApplyTransformToPlayerAngle(vector transform, vector vangle); void Portal_ClearAll_PortalsOnly(entity own); +#endif