diff options
Diffstat (limited to 'source')
-rwxr-xr-x | source/math.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source/math.h b/source/math.h index da7744b..cc56a8f 100755 --- a/source/math.h +++ b/source/math.h @@ -1,6 +1,7 @@ #ifndef MATH_H #define MATH_H +#include "SDL2/SDL_assert.h" #include <math.h> #define PI 3.14159265358979323846264338327950288f |