]> git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - host.h
cvar: Rename aliasindex to aliases_size and only use it for size of the aliases array...
[xonotic/darkplaces.git] / host.h
diff --git a/host.h b/host.h
index c87c3649edf86715e69226558e6e0028fd877718..1d553c2509fdf3dbe0ebf8c96adc27879a245729 100644 (file)
--- a/host.h
+++ b/host.h
@@ -36,6 +36,7 @@ typedef struct host_s
                qbool (*CL_Intermission)(void); // Quake compatibility
                void (*CL_SendCvar)(struct cmd_state_s *);
                void (*SV_SendCvar)(struct cmd_state_s *);
+               void (*SV_Shutdown)(void);
        } hook;
 } host_t;