]> git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - server.h
sv_save: Add new hooks to reduce client code in server savegame code.
[xonotic/darkplaces.git] / server.h
index 60c5b757291a17572f43cb80acf65f6c27e565e3..0df1b40a6d49c5bdf5f6d72dc3c14f9a806d3679 100644 (file)
--- a/server.h
+++ b/server.h
@@ -515,6 +515,8 @@ void SV_Init (void);
 double SV_Frame(double time);
 void SV_Shutdown(void);
 
+int SV_IsLocalGame(void);
+
 void SV_StartParticle (vec3_t org, vec3_t dir, int color, int count);
 void SV_StartEffect (vec3_t org, int modelindex, int startframe, int framecount, int framerate);
 void SV_StartSound (prvm_edict_t *entity, int channel, const char *sample, int volume, float attenuation, qbool reliable, float speed);