Need M_PI_F for Linux
This commit is contained in:
parent
ca2c4e5fc6
commit
77081af42b
1 changed files with 4 additions and 0 deletions
|
@ -141,6 +141,10 @@ extern PROC glVertexPointerEXT;
|
|||
|
||||
#define BACKFACE_EPSILON 0.01
|
||||
|
||||
#ifndef M_PI_F
|
||||
#define M_PI_F 3.14159265358979323846f
|
||||
#endif
|
||||
|
||||
|
||||
void R_TimeRefresh_f (void);
|
||||
void R_ReadPointFile_f (void);
|
||||
|
|
Loading…
Reference in a new issue