X-Git-Url: https://git.xonotic.org/?a=blobdiff_plain;f=sys.h;h=37fcc8044fb87051d91eb7cfbd3e3715f7bfe2c1;hb=8b0fbc64175362acf3ea872029a423012b76a4f8;hp=5a9831a7ac5ac767fab933597c2d2fb3ea571c56;hpb=913039faa5b22651954fe10a148ff1e87e4b84fd;p=xonotic%2Fdarkplaces.git diff --git a/sys.h b/sys.h index 5a9831a7..37fcc804 100644 --- 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