]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/warpzonelib/server.qh
Merge branch 'master' into sev/luma_revisions
[xonotic/xonotic-data.pk3dir.git] / qcsrc / warpzonelib / server.qh
index 7a301a8b82aff76fcca1c6417d4cfbd440a7d12a..88ad6f508cc3cb930024c8a394dd8be7b563c0e8 100644 (file)
@@ -1,3 +1,6 @@
+#ifndef SERVER_H
+#define SERVER_H
+
 void WarpZone_StartFrame();
 float WarpZone_Projectile_Touch();
 
@@ -6,9 +9,10 @@ void WarpZone_PostTeleportPlayer_Callback(entity pl);
 float WarpZone_Projectile_Touch_ImpactFilter_Callback();
 
 // server must also define a float called ENT_CLIENT_WARPZONE for the initial byte of WarpZone entities
-const float ENT_CLIENT_WARPZONE;
-const float ENT_CLIENT_WARPZONE_CAMERA;
+//const float ENT_CLIENT_WARPZONE;
+//const float ENT_CLIENT_WARPZONE_CAMERA;
 
 void WarpZone_PlayerPhysics_FixVAngle(void);
 
 void WarpZone_PostInitialize_Callback(void);
+#endif