From 1d0bff7b975a63ef9047f16acdb2ef03123772d9 Mon Sep 17 00:00:00 2001 From: talha Date: Mon, 3 Mar 2025 23:12:37 +0500 Subject: Added levels for teleporter --- source/math.h | 1 + 1 file changed, 1 insertion(+) (limited to 'source/math.h') 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 #define PI 3.14159265358979323846264338327950288f -- cgit v1.2.3