Forgot something for gravity

This commit is contained in:
Simon Robertshaw 2011-04-22 17:06:44 +01:00
parent 13ff21bb22
commit 55301b70dc

View File

@ -21,6 +21,9 @@
#ifndef M_PI
#define M_PI 3.14159265f
#endif
#ifndef M_GRAV
#define M_GRAV 6.67300e-1
#endif
#define IMGCONNS 3
#define TIMEOUT 100