X-Git-Url: http://de.git.xonotic.org/?p=xonotic%2Fxonotic-data.pk3dir.git;a=blobdiff_plain;f=qcsrc%2Flib%2Fwarpzone%2Futil_server.qh;h=b73289927b474878d93081425a75876f7b2ae62d;hp=39d1d24699caab93e8d209c4489844f7cbd6fb5c;hb=9185b58da6fe5f2b095d7066577e1e024b4d2798;hpb=cff3504ad5e8ace014ea44de7ad04ad6e246a277 diff --git a/qcsrc/lib/warpzone/util_server.qh b/qcsrc/lib/warpzone/util_server.qh index 39d1d2469..b73289927 100644 --- a/qcsrc/lib/warpzone/util_server.qh +++ b/qcsrc/lib/warpzone/util_server.qh @@ -1,9 +1,7 @@ -#ifndef LIB_WARPZONE_UTIL_SERVER_H -#define LIB_WARPZONE_UTIL_SERVER_H +#pragma once float WarpZoneLib_MoveOutOfSolid(entity e); float WarpZoneLib_ExactTrigger_Touch(entity this, entity toucher); #ifdef SVQC void WarpZoneLib_ExactTrigger_Init(entity this); #endif -#endif