]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - sys.h
fixed up a number of nudging bugs in Collision_TraceLineTriangleFloat
[xonotic/darkplaces.git] / sys.h
diff --git a/sys.h b/sys.h
index 608e53c3d85e3a813384ebb094e58e11d7a5b8b6..1890fce29d071e3338fd9c8f4d834887ca95d4a9 100644 (file)
--- a/sys.h
+++ b/sys.h
@@ -48,10 +48,6 @@ qboolean Sys_LoadLibrary (const char* dllname, dllhandle_t* handle, const dllfun
 void Sys_UnloadLibrary (dllhandle_t* handle);
 void* Sys_GetProcAddress (dllhandle_t handle, const char* name);
 
-void Sys_Print(const char *msg);
-void Sys_Printf(const char *fmt, ...);
-// send text to the quake console (and possibly to terminal)
-
 // called after Com_InitArgv
 void Sys_Shared_EarlyInit (void);
 // called after Host_init
@@ -83,5 +79,7 @@ void Sys_Sleep(int milliseconds);
 void Sys_SendKeyEvents (void);
 // Perform Key_Event () callbacks until the input que is empty
 
+char *Sys_GetClipboardData (void);
+
 #endif