]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - sys_shared.c
Added vid_vsync cvar and also to put it in the video options menu.
[xonotic/darkplaces.git] / sys_shared.c
index a72125f244940f5046f2111e45624a3d64756c7f..dfd9a7a37e72b0bff8dffc79bc5f783638ccbfc8 100644 (file)
@@ -93,6 +93,11 @@ void Sys_Printf(const char *fmt, ...)
        Sys_Print(msg);
 }
 
+void Sys_Quit (void)
+{
+       Host_Shutdown();
+       exit(0);
+}
 
 char engineversion[128];