]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - quakedef.h
smoke trails changed again, smoke texture greatly improved
[xonotic/darkplaces.git] / quakedef.h
index 573af6e75623726263a87033c29db268cc2259b3..899886de0ef01cf5f590c0b797c43ed3b79a3697 100644 (file)
@@ -263,7 +263,6 @@ extern      cvar_t          developer;
 
 extern qboolean        host_initialized;               // true if into command execution
 extern double          host_frametime;
-extern byte            *host_basepal;
 extern int                     host_framecount;        // incremented every frame, never reset
 extern double          realtime;                       // not bounded in any way, changed at
                                                                                // start of every frame, never reset
@@ -273,7 +272,7 @@ extern      double          sv_frametime;
 void Host_ClearMemory (void);
 void Host_ServerFrame (void);
 void Host_InitCommands (void);
-void Host_Init (quakeparms_t *parms);
+void Host_Init ();
 void Host_Shutdown(void);
 void Host_Error (char *error, ...);
 void Host_EndGame (char *message, ...);
@@ -301,6 +300,7 @@ void Chase_Init (void);
 void Chase_Reset (void);
 void Chase_Update (void);
 
-void fractalnoise(unsigned char *noise, int size);
+void fractalnoise(unsigned char *noise, int size, int startgrid);
 
+#include "palette.h"
 #include "image.h"