diff options
Diffstat (limited to 'compat/pi-constant.hpp')
-rw-r--r-- | compat/pi-constant.hpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/compat/pi-constant.hpp b/compat/pi-constant.hpp new file mode 100644 index 00000000..52b98a7f --- /dev/null +++ b/compat/pi-constant.hpp @@ -0,0 +1,3 @@ +#pragma once + +#define OPENTRACK_PI 3.14159265358979323846 |