1
0

M_PI MSVC Fix

This commit is contained in:
andrew 2014-03-12 16:13:03 +02:00
parent a3a94436dc
commit 6f2bb0ad44
2 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@
#define _USE_MATH_DEFINES // Enable non-standard math defines (MSVC)
#include <math.h>

View File

@ -3,7 +3,7 @@
#define _USE_MATH_DEFINES // Enable non-standard math defines (MSVC)
#include <math.h>