]> git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - quakedef.h
oops, forgot to fix the Qread and Qwrite calls
[xonotic/darkplaces.git] / quakedef.h
index 4bd918598dd98f751008c6b8fc150cd5bd5746c5..73ad3018c04bddf7d323ec2dd338300565ef73db 100644 (file)
@@ -198,13 +198,12 @@ extern int buildnumber;
 #include "cmd.h"
 #include "sbar.h"
 #include "sound.h"
+#include "model_shared.h"
 #include "render.h"
 #include "client.h"
 #include "progs.h"
 #include "server.h"
 
-#include "model_shared.h"
-
 #include "input.h"
 #include "world.h"
 #include "keys.h"
@@ -261,7 +260,7 @@ extern      double          realtime;                       // not bounded in any way, changed at
 void Host_ClearMemory (void);
 void Host_ServerFrame (void);
 void Host_InitCommands (void);
-void Host_Init ();
+void Host_Init (void);
 void Host_Shutdown(void);
 void Host_Error (char *error, ...);
 void Host_EndGame (char *message, ...);