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