]> git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - sys.h
deduplicate Sys_Shutdown()
[xonotic/darkplaces.git] / sys.h
diff --git a/sys.h b/sys.h
index 5dac380d8613bc03f3929946be77a66d122bdbc7..1b076a697f6fdb3ef4673111e533b4594394b664 100644 (file)
--- a/sys.h
+++ b/sys.h
@@ -212,7 +212,7 @@ void Sys_Print(const char *text);
 void Sys_Printf(const char *fmt, ...);
 
 /// INFO: This is only called by Host_Shutdown so we dont need testing for recursion
-void Sys_Shutdown (void);
+void Sys_SDL_Shutdown(void);
 void Sys_Quit (int returnvalue);
 
 /*! on some build/platform combinations (such as Linux gcc with the -pg