]> git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - server.h
cmd: Update defer command to allocate the same as Cmd_ParseText
[xonotic/darkplaces.git] / server.h
index 52592b4bac37902545e235123290bce39b842c56..0d0346064cccd61e1bd9bd0cee774059d05ae67a 100644 (file)
--- a/server.h
+++ b/server.h
@@ -598,6 +598,8 @@ void VM_SV_MoveToGoal(prvm_prog_t *prog);
 
 void SV_ApplyClientMove (void);
 void SV_SaveSpawnparms (void);
+
+qbool SV_IsLocalServer(void);
 void SV_SpawnServer (const char *map);
 
 void SV_CheckVelocity (prvm_edict_t *ent);