]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - sys_win.c
added a number of tips and a sound features section
[xonotic/darkplaces.git] / sys_win.c
index ad69c1cd206b4f1fbdf5abdf079a7c79a44b0227..d839902d43d83e3ebf99eb27a0c0a60f8c7cafdd 100644 (file)
--- a/sys_win.c
+++ b/sys_win.c
@@ -28,7 +28,6 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 #include "direct.h"
 
 extern void S_BlockSound (void);
-extern void S_UnblockSound (void);
 
 cvar_t sys_usetimegettime = {CVAR_SAVE, "sys_usetimegettime", "1"};
 
@@ -110,7 +109,7 @@ void Sys_Quit (void)
        exit (0);
 }
 
-void Sys_Print(const char *text)
+void Sys_PrintToTerminal(const char *text)
 {
        DWORD dummy;
        extern HANDLE houtput;