mirror of
https://git.code.sf.net/p/quake/newtree
synced 2024-11-10 14:52:08 +00:00
Added include host.h
This commit is contained in:
parent
ab4f4f7d2b
commit
0dd34a3e20
7 changed files with 7 additions and 1 deletions
|
@ -41,6 +41,7 @@
|
|||
#include "console.h"
|
||||
#include "cdaudio.h"
|
||||
#include "cmd.h"
|
||||
#include "host.h"
|
||||
|
||||
extern cvar_t *bgmvolume;
|
||||
|
||||
|
|
|
@ -34,7 +34,7 @@
|
|||
#include "console.h"
|
||||
#include "cdaudio.h"
|
||||
#include "cmd.h"
|
||||
|
||||
#include "host.h"
|
||||
extern HWND mainwindow;
|
||||
extern cvar_t *bgmvolume;
|
||||
|
||||
|
|
|
@ -60,6 +60,7 @@
|
|||
#include "qargs.h"
|
||||
#include "qargs.h"
|
||||
#include "client.h"
|
||||
#include "host.h"
|
||||
|
||||
qboolean is_server = false;
|
||||
|
||||
|
|
|
@ -36,6 +36,7 @@
|
|||
#include <io.h>
|
||||
#include <conio.h>
|
||||
|
||||
#include "host.h"
|
||||
#include "winquake.h"
|
||||
#include "resource.h"
|
||||
#include "sys.h"
|
||||
|
|
|
@ -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)
|
||||
|
|
|
@ -47,6 +47,7 @@
|
|||
#include "sound.h"
|
||||
#include "cdaudio.h"
|
||||
#include "qargs.h"
|
||||
#include "host.h"
|
||||
|
||||
#define MINIMUM_MEMORY 0x550000
|
||||
|
||||
|
|
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue