]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - sys.h
-Removed Sys_Quit and added Sys_Shutdown which will be called by Host_Shutdown.
[xonotic/darkplaces.git] / sys.h
diff --git a/sys.h b/sys.h
index f0e2ad597006a3c943b29651e98fc26663c22637..0314f2427778a948622f448fec95e2ccb0ca02c3 100644 (file)
--- a/sys.h
+++ b/sys.h
@@ -62,6 +62,7 @@ void Sys_Printf(const char *fmt, ...);
 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);
 
 double Sys_DoubleTime (void);