mirror of
https://git.code.sf.net/p/quake/newtree
synced 2024-12-01 16:32:23 +00:00
Added HAVE_MGRAPH_H
This commit is contained in:
parent
fa06af16e4
commit
1bd34e0dc5
1 changed files with 3 additions and 0 deletions
|
@ -254,6 +254,9 @@
|
||||||
/* Posix, needed for limits.h and Unix stuffs to work right */
|
/* Posix, needed for limits.h and Unix stuffs to work right */
|
||||||
#define _POSIX_
|
#define _POSIX_
|
||||||
|
|
||||||
|
/* Define if we've scitech MGL library and mgraph.h */
|
||||||
|
#define HAVE_MGRAPH_H 1
|
||||||
|
|
||||||
#ifdef HAVE_3DNOW_ASM
|
#ifdef HAVE_3DNOW_ASM
|
||||||
#define atan _atan
|
#define atan _atan
|
||||||
#define atan2 _atan2
|
#define atan2 _atan2
|
||||||
|
|
Loading…
Reference in a new issue