]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - sys.h
don't change gamma ramps when running dedicated
[xonotic/darkplaces.git] / sys.h
diff --git a/sys.h b/sys.h
index c5d61a7f716db22f96e327653ad5713d9964732e..dd31ce09f19dcd252836606642908c0046ce3b16 100644 (file)
--- a/sys.h
+++ b/sys.h
@@ -36,11 +36,6 @@ int Sys_FileWrite (int handle, void *data, int count);
 int    Sys_FileTime (char *path);
 void Sys_mkdir (char *path);
 
-//
-// memory protection
-//
-void Sys_MakeCodeWriteable (unsigned long startaddr, unsigned long length);
-
 //
 // system IO
 //
@@ -54,7 +49,7 @@ void Sys_Printf (char *fmt, ...);
 
 void Sys_Quit (void);
 
-double Sys_FloatTime (void);
+double Sys_DoubleTime (void);
 
 char *Sys_ConsoleInput (void);
 
@@ -65,7 +60,3 @@ void Sys_Sleep (void);
 void Sys_SendKeyEvents (void);
 // Perform Key_Event () callbacks until the input que is empty
 
-void Sys_LowFPPrecision (void);
-void Sys_HighFPPrecision (void);
-void Sys_SetFPCW (void);
-