X-Git-Url: http://de.git.xonotic.org/?a=blobdiff_plain;f=qcsrc%2Fserver%2Fportals.qh;h=68ff068a77788aa0f28fb6bddd333a61e9de48d4;hb=82dbcadfd0556053b74638f2e3ae2e57103ddf26;hp=cd0bc0408097b737ee604ef1bd9aa654232ce42a;hpb=5c261e6c8b328196282545db4b6d1b85df2a12d5;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