X-Git-Url: http://git.xonotic.org/?a=blobdiff_plain;f=qcsrc%2Flib%2Fwarpzone%2Fserver.qh;h=0e0594a1ba403d0ea422a6e8a66a9f9e8a464ae7;hb=011d15f2cf0d2fe859534a29f87ba3e0c8695424;hp=b96b7b3361e3d3c6ce12c063fa27839d2052d384;hpb=80861f134d2506c71c1274215b7b35088cd6c1a9;p=xonotic%2Fxonotic-data.pk3dir.git diff --git a/qcsrc/lib/warpzone/server.qh b/qcsrc/lib/warpzone/server.qh index b96b7b336..0e0594a1b 100644 --- a/qcsrc/lib/warpzone/server.qh +++ b/qcsrc/lib/warpzone/server.qh @@ -1,6 +1,7 @@ #ifndef LIB_WARPZONE_SERVER_H #define LIB_WARPZONE_SERVER_H +#ifdef SVQC void WarpZone_StartFrame(); float WarpZone_Projectile_Touch(); @@ -16,3 +17,5 @@ void WarpZone_PlayerPhysics_FixVAngle(); void WarpZone_PostInitialize_Callback(); #endif + +#endif