mirror of
https://gitlab.com/ryandwyer/perfect-dark
synced 2026-06-06 19:41:15 -04:00
9 lines
141 B
C
9 lines
141 B
C
#ifndef IN_MATH_H
|
|
#define IN_MATH_H
|
|
|
|
// @bug: Should be 3.1415926f
|
|
#define M_PI 3.1410926f
|
|
#define M_CORRECT_PI 3.141592741f
|
|
|
|
#endif
|