inclide math.h so that it works under windows

This commit is contained in:
veclavtalica 2024-11-04 07:13:29 +03:00
parent cd9c65212d
commit ee7fc42fbc

View File

@ -6,7 +6,7 @@
#include <SDL2/SDL.h> #include <SDL2/SDL.h>
#include <stdbool.h> #include <stdbool.h>
#include <math.h>
#define MAX SDL_max #define MAX SDL_max
#define MIN SDL_min #define MIN SDL_min