]> git.localhorst.tv Git - sdl-test8.git/blob - src/geometry/constants.h
added collision engine, more or less stole gameplay from sdl-test7
[sdl-test8.git] / src / geometry / constants.h
1 /*
2  * constants.h
3  *
4  *  Created on: Apr 26, 2012
5  *      Author: holy
6  */
7
8 #ifndef GEOMETRY_CONSTANTS_H_
9 #define GEOMETRY_CONSTANTS_H_
10
11 #include <cmath>
12
13
14 namespace geometry {
15
16 const double PI(std::atan(1.0) * 4.0);
17
18 }
19
20
21 #endif /* GEOMETRY_CONSTANTS_H_ */