]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - quakedef.h
chthon lightning no longer uses beam polygons
[xonotic/darkplaces.git] / quakedef.h
index 0c8090033630293dc5e833723ba8302b490ef601..ae27cfeea56427438835271f33026a983ad63823 100644 (file)
@@ -161,8 +161,8 @@ extern char *buildstring;
 #include "common.h"
 #include "cvar.h"
 #include "bspfile.h"
-#include "vid.h"
 #include "sys.h"
+#include "vid.h"
 #include "mathlib.h"
 
 #include "r_textures.h"
@@ -225,8 +225,6 @@ void Host_Quit_f (void);
 void Host_ClientCommands (const char *fmt, ...);
 void Host_ShutdownServer (qboolean crash);
 
-// suppresses resolution and cache size console output and fullscreen DIB focus gain/loss
-extern qboolean msg_suppress_1;
 // skill level for currently loaded level (in case the user changes the cvar while the level is running, this reflects the level actually in use)
 extern int current_skill;
 
@@ -245,7 +243,6 @@ void fractalnoise(unsigned char *noise, int size, int startgrid);
 void fractalnoisequick(unsigned char *noise, int size, int startgrid);
 
 #include "palette.h"
-#include "image.h"
 
 void Sys_Shared_Init(void);