]> git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - host.h
sv_save: Add new hooks to reduce client code in server savegame code.
[xonotic/darkplaces.git] / host.h
diff --git a/host.h b/host.h
index 4d0ee33941153041f00cb1135a4211523219ac30..5b6f51d24950617164e963f5fd6609630513d709 100644 (file)
--- a/host.h
+++ b/host.h
@@ -29,6 +29,8 @@ typedef struct host_s
        struct
        {
                void (*ConnectLocal)(void);
+               qbool (*CL_Intermission)(void); // Quake compatibility
+               qbool (*SV_CanSave)(void); // Quake compatibility
        } hook;
 } host_t;