mirror of
https://git.code.sf.net/p/quake/newtree
synced 2025-05-30 16:50:48 +00:00
a start on a #include audit for the header files and misc fixups for win32
This commit is contained in:
parent
e245db2d12
commit
ee47b4d568
22 changed files with 55 additions and 58 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue