Added include host.h

This commit is contained in:
Dabb 2000-12-05 20:29:15 +00:00
parent ab4f4f7d2b
commit 0dd34a3e20
7 changed files with 7 additions and 1 deletions

View file

@ -41,6 +41,7 @@
#include "console.h"
#include "cdaudio.h"
#include "cmd.h"
#include "host.h"
extern cvar_t *bgmvolume;

View file

@ -34,7 +34,7 @@
#include "console.h"
#include "cdaudio.h"
#include "cmd.h"
#include "host.h"
extern HWND mainwindow;
extern cvar_t *bgmvolume;

View file

@ -60,6 +60,7 @@
#include "qargs.h"
#include "qargs.h"
#include "client.h"
#include "host.h"
qboolean is_server = false;

View file

@ -36,6 +36,7 @@
#include <io.h>
#include <conio.h>
#include "host.h"
#include "winquake.h"
#include "resource.h"
#include "sys.h"

View file

@ -45,6 +45,7 @@
#include "cl_input.h"
#include "view.h"
//#include "dosisms.h"
#include "host.h"
#define DINPUT_BUFFERSIZE 16
#define iDirectInputCreate(a,b,c,d) pDirectInputCreate(a,b,c,d)

View file

@ -47,6 +47,7 @@
#include "sound.h"
#include "cdaudio.h"
#include "qargs.h"
#include "host.h"
#define MINIMUM_MEMORY 0x550000

View file

@ -45,6 +45,7 @@
#include "cdaudio.h"
#include "console.h"
#include "sbar.h"
#include "host.h"
extern void (*vid_menudrawfn)(void);
extern void (*vid_menukeyfn)(int);