[Add] Simply added M_PI to lephisto.h for the people with strange setups.
This commit is contained in:
parent
efb0530961
commit
e77ac4a022
@ -23,3 +23,7 @@ extern char dataname[DATA_NAME_LEN];
|
||||
# define PATH_MAX 128
|
||||
#endif
|
||||
|
||||
#ifndef M_PI
|
||||
#define M_PI 3.14159265358979323846 // Pi.
|
||||
#endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user