Fix M_PI on windows.

This commit is contained in:
Ayham Abou Al Fadl 2019-09-27 17:33:59 +03:00
parent 9b681e26d7
commit 0ce54865e7
2 changed files with 2 additions and 0 deletions

1
.gitmodules vendored Normal file
View File

@ -0,0 +1 @@

View File

@ -1,5 +1,6 @@
#ifndef DEFS_H
#define DEFS_H
#define M_PI 3.14159265358979323846
struct uplowBounds {
float s_lower = 0.0;