Files
perfect-dark/src/include/math.h
T
2020-02-01 20:33:54 +10:00

8 lines
99 B
C

#ifndef IN_MATH_H
#define IN_MATH_H
// @bug: Should be 3.1415926f
#define M_PI 3.1410926f
#endif