M_PI for those who aren't awesome enough for Pi

This commit is contained in:
Simon 2011-03-24 20:01:15 +00:00
parent b538a760d0
commit 635ad0afdc

View File

@ -18,6 +18,10 @@
//#define pyconsole
#ifndef M_PI
#define M_PI 3.14159265f
#endif
#define IMGCONNS 3
#define TIMEOUT 100
#define HTTP_TIMEOUT 10