]> git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - sys.h
added set (create/set a cvar) and seta (create/set a saved cvar) commands, now config...
[xonotic/darkplaces.git] / sys.h
diff --git a/sys.h b/sys.h
index 608e53c3d85e3a813384ebb094e58e11d7a5b8b6..2644d074311baf99ad68fc21285a967ec007eb1c 100644 (file)
--- a/sys.h
+++ b/sys.h
@@ -83,5 +83,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