mirror of
https://git.code.sf.net/p/quake/newtree
synced 2025-05-30 16:50:48 +00:00
include string.h and or strings.h
This commit is contained in:
parent
d716829478
commit
a4ccdad288
8 changed files with 61 additions and 2 deletions
|
@ -34,6 +34,15 @@
|
|||
#ifdef HAVE_CONFIG_H
|
||||
# include <config.h>
|
||||
#endif
|
||||
|
||||
#include <math.h>
|
||||
#ifdef HAVE_STRING_H
|
||||
#include <string.h>
|
||||
#endif
|
||||
#ifdef HAVE_STRINGS_H
|
||||
#include <strings.h>
|
||||
#endif
|
||||
|
||||
#include "cvar.h"
|
||||
#include "client.h"
|
||||
#include "pmove.h"
|
||||
|
@ -42,8 +51,6 @@
|
|||
#include "console.h"
|
||||
#include "commdef.h"
|
||||
|
||||
#include <math.h>
|
||||
|
||||
#define PM_SPECTATORMAXSPEED 500
|
||||
#define PM_STOPSPEED 100
|
||||
#define PM_MAXSPEED 320
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue