diff options
author | talha <sarcxd@gmail.com> | 2025-03-03 23:12:37 +0500 |
---|---|---|
committer | talha <sarcxd@gmail.com> | 2025-03-03 23:12:37 +0500 |
commit | 1d0bff7b975a63ef9047f16acdb2ef03123772d9 (patch) | |
tree | 24407f7c138703844d879f4022ec81945a881500 /source | |
parent | 6fb7c821a7d8b60d740373ba6e2b5f36b8028607 (diff) |
Added levels for teleporter
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 |