X-Git-Url: http://de.git.xonotic.org/?a=blobdiff_plain;f=quakedef.h;h=201cd783fdd6dd1976fadace1758a4daa5f6360c;hb=700595596cc73b077db70faab83ae761bdd2e36c;hp=e6c80d41bd6c2a61454ae42f0df2139f426524ae;hpb=2e7e9acfa38289a2128b466db0561e2caa573ef8;p=xonotic%2Fdarkplaces.git diff --git a/quakedef.h b/quakedef.h index e6c80d41..201cd783 100644 --- a/quakedef.h +++ b/quakedef.h @@ -195,35 +195,11 @@ extern char *buildstring; #include "portals.h" -//============================================================================= - -// the host system specifies the base of the directory tree, the -// command line parms passed to the program, and the amount of memory -// available for the program to use - -typedef struct -{ - char *basedir; -#if CACHEENABLE - char *cachedir; // for development over ISDN lines -#endif - int argc; - char **argv; -} quakeparms_t; - - -//============================================================================= - - - extern qboolean noclip_anglehack; - // // host // -extern quakeparms_t host_parms; - extern cvar_t sys_ticrate; extern cvar_t developer;