a start on a #include audit for the header files and misc fixups for win32

This commit is contained in:
Bill Currie 2000-12-30 05:18:48 +00:00
parent e245db2d12
commit ee47b4d568
22 changed files with 55 additions and 58 deletions

View file

@ -34,8 +34,8 @@
# include "config.h"
#endif
#include "cvar.h"
#include "gcc_attr.h"
#include "qtypes.h"
/* The host system specifies the base of the directory tree, the
command line parms passed to the program, and the amount of memory
@ -53,8 +53,8 @@ typedef struct
/* Host */
extern quakeparms_t host_parms;
extern cvar_t *sys_nostdout;
extern cvar_t *developer;
extern struct cvar_s *sys_nostdout;
extern struct cvar_s *developer;
extern qboolean host_initialized; /* True if into command execution. */
//extern double host_frametime;