cog/Frameworks/GME/gme/mathdefs.h

16 lines
184 B
C
Raw Normal View History

2013-09-28 03:24:46 +00:00
#ifndef MATHDEFS_H
#define MATHDEFS_H
#ifndef _USE_MATH_DEFINES
#define _USE_MATH_DEFINES
#endif
#include <math.h>
#ifndef M_PI
#define M_PI 3.14159265358979323846
#endif
#endif