mirror of
https://git.code.sf.net/p/quake/newtree
synced 2025-06-02 10:01:54 +00:00
#include audit
This commit is contained in:
parent
a9ffb0002f
commit
ccba39666b
141 changed files with 825 additions and 749 deletions
|
@ -32,8 +32,9 @@
|
|||
|
||||
#include <stdarg.h>
|
||||
#include <stdlib.h>
|
||||
#ifdef HAVE_STRING_H
|
||||
#include <string.h>
|
||||
|
||||
#endif
|
||||
#ifdef HAVE_STRINGS_H
|
||||
# include <strings.h>
|
||||
#endif
|
||||
|
@ -41,8 +42,8 @@
|
|||
#include "bothdefs.h"
|
||||
#include "buildnum.h"
|
||||
#include "cmd.h"
|
||||
#include "commdef.h"
|
||||
#include "crc.h"
|
||||
#include "model.h"
|
||||
#include "net.h"
|
||||
#include "msg.h"
|
||||
#include "pmove.h"
|
||||
#include "qargs.h"
|
||||
|
@ -51,7 +52,7 @@
|
|||
#include "sys.h"
|
||||
#include "va.h"
|
||||
#include "ver_check.h"
|
||||
#include "world.h"
|
||||
#include "zone.h"
|
||||
|
||||
quakeparms_t host_parms;
|
||||
qboolean host_initialized; // true if into command execution
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue