]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - quakedef.h
surfvertex_t is gone, in it's place are non-interleaved arrays, which keeps things...
[xonotic/darkplaces.git] / quakedef.h
index 23c2061a2c8a63495d0c8be88b0a3b17d097d3af..201cd783fdd6dd1976fadace1758a4daa5f6360c 100644 (file)
@@ -195,31 +195,11 @@ extern char *buildstring;
 
 #include "portals.h"
 
-//=============================================================================
-
-// the host system specifies the base of the directory tree
-
-typedef struct
-{
-       char    *basedir;
-#if CACHEENABLE
-       char    *cachedir;              // for development over ISDN lines
-#endif
-} quakeparms_t;
-
-
-//=============================================================================
-
-
-
 extern qboolean noclip_anglehack;
 
-
 //
 // host
 //
-extern quakeparms_t host_parms;
-
 extern cvar_t          sys_ticrate;
 extern cvar_t          developer;