]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - quakedef.h
renamed varray_ arrays to rsurface_array_, and they are no longer used outside the...
[xonotic/darkplaces.git] / quakedef.h
index cdbe32cdb24a7a6c37b20f1cc13b2d9f1a4c7825..f5c4d74b0f0aafb44506e5cb6242a48e02f30f48 100644 (file)
@@ -221,7 +221,6 @@ extern char engineversion[128];
 
 #include "glquake.h"
 
-#include "ui.h"
 #include "palette.h"
 
 extern qboolean noclip_anglehack;
@@ -237,7 +236,6 @@ extern int host_framecount;
 // not bounded in any way, changed at start of every frame, never reset
 extern double realtime;
 
-void Host_ClearMemory(void);
 void Host_InitCommands(void);
 void Host_Init(void);
 void Host_Shutdown(void);