[Add] Simply added M_PI to lephisto.h for the people with strange setups.

This commit is contained in:
Allanis 2013-05-23 16:36:14 +01:00
parent efb0530961
commit e77ac4a022

View File

@ -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