math.h include missing cause lots of warning logs

This commit is contained in:
Emerald-Ruby 2025-03-15 21:51:36 +00:00 committed by GitHub
parent a7d46629b1
commit 6186596b41
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -3,6 +3,7 @@
#include <SDL_ttf.h>
#include <SDL_image.h>
#include <stdio.h>
#include <math.h>
#ifndef M_PI
#define M_PI 3.14159