]> git.lizzy.rs Git - nothing.git/blob - src/pi.h
(#110) Turn seen goals into checkpoints
[nothing.git] / src / pi.h
1 #ifndef PI_H_
2 #define PI_H_
3
4 #define PI 3.14159265359f
5 #define PI_2 (2.0f * PI)
6
7 #endif  // PI_H_