mirror of
https://git.code.sf.net/p/quake/newtree
synced 2025-05-30 08:40:39 +00:00
Header file addons & Q_atoi -> atoi changes for WIN32
This commit is contained in:
parent
5f3c129314
commit
6ed6543fef
7 changed files with 43 additions and 30 deletions
|
@ -36,6 +36,10 @@
|
|||
#include "console.h"
|
||||
#include "commdef.h"
|
||||
|
||||
#ifdef WIN32
|
||||
#include "winquake.h"
|
||||
#endif
|
||||
|
||||
#include <math.h>
|
||||
|
||||
/* cvar_t cl_nopred = {"cl_nopred","0"};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue