X-Git-Url: https://de.git.xonotic.org/?p=xonotic%2Fxonotic-data.pk3dir.git;a=blobdiff_plain;f=qcsrc%2Fserver%2Fportals.qh;h=f3528d081072ce7e4314a5ca80b4a6a03bdff8ee;hp=68ff068a77788aa0f28fb6bddd333a61e9de48d4;hb=109c5785a22fb4336ac5e91d5f1fa91678582164;hpb=1ba59bdc6b1e1ad0368f34dbd297e40cc42be243 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