(svn r19352) -Fix (r19332): MSVC doesn't have M_PI in math.h

This commit is contained in:
yexo
2010-03-06 15:30:40 +00:00
parent fadc8a3fee
commit 128ef7617d
2 changed files with 5 additions and 5 deletions

View File

@@ -151,11 +151,6 @@
*
*/
#ifndef M_PI_2
#define M_PI_2 1.57079632679489661923
#define M_PI 3.14159265358979323846
#endif /* M_PI_2 */
/** Fixed point type for heights */
typedef int16 height_t;
static const int height_decimal_bits = 4;