]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - sys.h
removed NULL checks for PRVM_EDICTFIELDVALUE/GLOBALFIELDVALUE
[xonotic/darkplaces.git] / sys.h
diff --git a/sys.h b/sys.h
index 5a9831a7ac5ac767fab933597c2d2fb3ea571c56..37fcc8044fb87051d91eb7cfbd3e3715f7bfe2c1 100644 (file)
--- a/sys.h
+++ b/sys.h
@@ -86,6 +86,8 @@ void Sys_AllowProfiling (qboolean enable);
 
 double Sys_DoubleTime (void);
 
+void Sys_ProvideSelfFD (void);
+
 char *Sys_ConsoleInput (void);
 
 /// called to yield for a little bit so as not to hog cpu when paused or debugging