mirror of
https://git.code.sf.net/p/quake/newtree
synced 2024-11-22 04:01:17 +00:00
Fix up host.h snafu's
This commit is contained in:
parent
cbf7cd5447
commit
fefca3d275
4 changed files with 6 additions and 2 deletions
|
@ -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"
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -37,6 +37,7 @@
|
|||
|
||||
#include "cvar.h"
|
||||
#include "d_local.h"
|
||||
#include "host.h"
|
||||
#include "qendian.h"
|
||||
#include "sys.h"
|
||||
#include "va.h"
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue