Fix up host.h snafu's

This commit is contained in:
Jeff Teunissen 2000-12-05 06:58:01 +00:00
parent cbf7cd5447
commit fefca3d275
4 changed files with 6 additions and 2 deletions

View file

@ -37,6 +37,7 @@
#include "console.h"
#include "cvar.h"
#include "draw.h"
#include "host.h"
#include "input.h"
#include "joystick.h"
#include "keys.h"

View file

@ -52,6 +52,7 @@
#include "net.h" // needed by: client.h
#include "protocol.h" // needed by: client.h
#include "cmd.h"
#include "host.h"
#include "keys.h"
#include "sbar.h"
#include "sound.h"

View file

@ -37,6 +37,7 @@
#include "cvar.h"
#include "d_local.h"
#include "host.h"
#include "qendian.h"
#include "sys.h"
#include "va.h"

View file

@ -38,6 +38,7 @@
#include <SDL.h>
#include "console.h"
#include "host.h"
#include "qargs.h"
#include "qendian.h"
#include "sys.h"
@ -54,8 +55,8 @@ cvar_t *vid_fullscreen;
int VID_options_items = 1;
int modestate;
extern void GL_Init_Common(void);
extern void VID_Init8bitPalette(void);
extern void GL_Init_Common (void);
extern void VID_Init8bitPalette (void);
/*-----------------------------------------------------------------------*/
void