]> 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 b96b7b3361e3d3c6ce12c063fa27839d2052d384..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();
 
@@ -16,3 +17,5 @@ void WarpZone_PlayerPhysics_FixVAngle();
 
 void WarpZone_PostInitialize_Callback();
 #endif
+
+#endif