mirror of
https://github.com/ZDoom/Raze.git
synced 2025-05-30 17:01:03 +00:00
Route all inclusion of libc headers and most of POSIX headers through compat.h.
git-svn-id: https://svn.eduke32.com/eduke32@6074 1a8010ca-5511-0410-912e-c29ae57300e0
This commit is contained in:
parent
22fbca52ca
commit
aa04307ad1
62 changed files with 41 additions and 211 deletions
|
@ -23,7 +23,7 @@ Original Source: 1997 - Frank Maddin and Jim Norwood
|
|||
Prepared for public release: 03/28/2005 - Charlie Wiederhold, 3D Realms
|
||||
*/
|
||||
//-------------------------------------------------------------------------
|
||||
#include <math.h>
|
||||
#include "compat.h"
|
||||
#include "build.h"
|
||||
#include "cache1d.h"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue