M_PI shenanigans

This commit is contained in:
veclav talica 2024-07-08 22:20:26 +03:00
parent e1a3298398
commit f6330bfaa6

View File

@ -48,6 +48,7 @@ void *ccalloc(size_t num, size_t size);
#define MAX SDL_max #define MAX SDL_max
#define MIN SDL_min #define MIN SDL_min
#define M_PI 3.14159265358979323846264338327950288 /**< pi */
/* sets buf_out to a pointer to a byte buffer which must be freed. */ /* sets buf_out to a pointer to a byte buffer which must be freed. */
/* returns the size of this buffer. */ /* returns the size of this buffer. */