X-Git-Url: https://git.xonotic.org/?a=blobdiff_plain;f=sys.h;fp=sys.h;h=9a1fe32fbe77e8fd70b21eea7737e74b7495da59;hb=f5f66087e671a5f7f2ca91db5f8a2b920d5f1926;hp=9dfdf620c91c9899d26a139272cdc038f86f1b58;hpb=b1748c5eeb04c3ea41911e1a0463c90434350259;p=xonotic%2Fdarkplaces.git diff --git a/sys.h b/sys.h index 9dfdf620..9a1fe32f 100644 --- a/sys.h +++ b/sys.h @@ -22,6 +22,16 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. #ifndef SYS_H #define SYS_H +typedef struct sys_s +{ + int argc; + const char **argv; + int selffd; + int outfd; +} sys_t; + +extern sys_t sys; + extern cvar_t sys_usenoclockbutbenchmark; //