The redefinition of M_PI is no longer necessary...
This commit is contained in:
Sam Lantinga
2009-12-17 06:08:20 +00:00
parent d7affbbbaa
commit ba9b7bf6ff

View File

@@ -10,11 +10,6 @@
#include <string.h>
#include <math.h>
/* This isn't in the Windows headers */
#ifndef M_PI
#define M_PI 3.14159265358979323846
#endif
#include "SDL.h"
/* screen size */