From f6330bfaa69a57521f900acca2df092c5e14cdce Mon Sep 17 00:00:00 2001 From: veclavtalica Date: Mon, 8 Jul 2024 22:20:26 +0300 Subject: [PATCH] M_PI shenanigans --- src/util.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/util.h b/src/util.h index bbdb150..b7c77e4 100644 --- a/src/util.h +++ b/src/util.h @@ -48,6 +48,7 @@ void *ccalloc(size_t num, size_t size); #define MAX SDL_max #define MIN SDL_min +#define M_PI 3.14159265358979323846264338327950288 /**< pi */ /* sets buf_out to a pointer to a byte buffer which must be freed. */ /* returns the size of this buffer. */