X-Git-Url: http://de.git.xonotic.org/?a=blobdiff_plain;f=qcsrc%2Fserver%2Fportals.qh;h=f3528d081072ce7e4314a5ca80b4a6a03bdff8ee;hb=f41f81f37e3ecf5a2d14f7bc7ffd7bbf09fff32e;hp=68ff068a77788aa0f28fb6bddd333a61e9de48d4;hpb=37903827937b44f174275a75d2dab5301b8ab53e;p=xonotic%2Fxonotic-data.pk3dir.git diff --git a/qcsrc/server/portals.qh b/qcsrc/server/portals.qh index 68ff068a7..f3528d081 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,3 @@ void Portal_ClearWithID(entity own, float id); vector Portal_ApplyTransformToPlayerAngle(vector transform, vector vangle); void Portal_ClearAll_PortalsOnly(entity own); -#endif