mirror of
https://git.code.sf.net/p/quake/newtree
synced 2025-05-31 01:00:53 +00:00
#include audit
This commit is contained in:
parent
a9ffb0002f
commit
ccba39666b
141 changed files with 825 additions and 749 deletions
|
@ -26,17 +26,26 @@
|
|||
$Id$
|
||||
*/
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include "config.h"
|
||||
#endif
|
||||
|
||||
#ifdef HAVE_STRING_H
|
||||
#include <string.h>
|
||||
#endif
|
||||
#ifdef HAVE_STRINGS_H
|
||||
#include <strings.h>
|
||||
#endif
|
||||
#include <errno.h>
|
||||
|
||||
#include "bothdefs.h"
|
||||
#include "console.h"
|
||||
#include "cmd.h"
|
||||
#include "client.h"
|
||||
#include "teamplay.h"
|
||||
#include "locs.h"
|
||||
#include "sys.h"
|
||||
#include "console.h"
|
||||
#include "quakefs.h"
|
||||
#include "sys.h"
|
||||
#include "teamplay.h"
|
||||
|
||||
extern cvar_t *skin;
|
||||
cvar_t *cl_deadbodyfilter;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue