]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/lib/warpzone/server.qh
Predict warpzones
[xonotic/xonotic-data.pk3dir.git] / qcsrc / lib / warpzone / server.qh
index 943f0322a677f4ecb0816ea32a6d1e05852f56be..0e0594a1ba403d0ea422a6e8a66a9f9e8a464ae7 100644 (file)
@@ -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