mirror of
https://git.code.sf.net/p/quake/newtree
synced 2025-06-03 18:41:22 +00:00
#include audit
This commit is contained in:
parent
a9ffb0002f
commit
ccba39666b
141 changed files with 825 additions and 749 deletions
|
@ -29,12 +29,18 @@
|
|||
#ifdef HAVE_CONFIG_H
|
||||
# include "config.h"
|
||||
#endif
|
||||
#include "sys.h"
|
||||
|
||||
#ifdef HAVE_STRING_H
|
||||
#include <string.h>
|
||||
#endif
|
||||
#ifdef HAVE_STRINGS_H
|
||||
#include <string.h>
|
||||
#endif
|
||||
#include <math.h>
|
||||
|
||||
#include "console.h"
|
||||
#include "r_local.h"
|
||||
|
||||
#include <string.h>
|
||||
#include <math.h>
|
||||
#include "sys.h"
|
||||
|
||||
static int clip_current;
|
||||
static vec5_t clip_verts[2][MAXWORKINGVERTS];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue