]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - sys.h
implemented support for GL_ARB_texture_compression - this is controlled
[xonotic/darkplaces.git] / sys.h
diff --git a/sys.h b/sys.h
index 41deb0170ee6934b7009c5d89e44c0524ce56f35..42838e319f9b658e4bba3ae6840303e799e34031 100644 (file)
--- a/sys.h
+++ b/sys.h
@@ -68,7 +68,7 @@ void Sys_PrintToTerminal(const char *text);
 // (may) output text to terminal which launched program
 
 void Sys_Shutdown (void); //INFO: This is only called by Host_Shutdown so we dont need testing for recursion
-void Sys_Quit (void);
+void Sys_Quit (int returnvalue);
 
 double Sys_DoubleTime (void);