X-Git-Url: http://de.git.xonotic.org/?p=xonotic%2Fxonotic-data.pk3dir.git;a=blobdiff_plain;f=qcsrc%2Flib%2Fwarpzone%2Fserver.qh;h=0e0594a1ba403d0ea422a6e8a66a9f9e8a464ae7;hp=943f0322a677f4ecb0816ea32a6d1e05852f56be;hb=011d15f2cf0d2fe859534a29f87ba3e0c8695424;hpb=289dc834837712c152d42d7755992e8e5ed09deb diff --git a/qcsrc/lib/warpzone/server.qh b/qcsrc/lib/warpzone/server.qh index 943f0322a6..0e0594a1ba 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(); @@ -12,7 +13,9 @@ float WarpZone_Projectile_Touch_ImpactFilter_Callback(); //const float ENT_CLIENT_WARPZONE; //const float ENT_CLIENT_WARPZONE_CAMERA; -void WarpZone_PlayerPhysics_FixVAngle(void); +void WarpZone_PlayerPhysics_FixVAngle(); + +void WarpZone_PostInitialize_Callback(); +#endif -void WarpZone_PostInitialize_Callback(void); #endif