rename quakedef.h to host.h (I should have done this months ago).

NOTE: -{sdl,sgl,3dfx,ggi,wgl,mgl} targets are very likely to be broken
if any file fails to compile, just put #include "host.h" into it
This commit is contained in:
Bill Currie 2000-12-05 06:33:44 +00:00
parent 9554be96f9
commit 97f7b9a568
63 changed files with 63 additions and 76 deletions

View file

@ -30,10 +30,6 @@
#ifdef HAVE_CONFIG_H
# include <config.h>
#endif
#include "sys.h"
#include "qargs.h"
#include "cvar.h"
#include "server.h"
#include <stdio.h>
#include <stdlib.h>
@ -43,7 +39,10 @@
#include <sys/time.h>
#include "sys.h"
#include "quakedef.h"
#include "qargs.h"
#include "host.h"
#include "cvar.h"
#include "server.h"
/* This is unused in the client, but we need the symbol there too. */
server_static_t svs;