mirror of
https://github.com/nicbarker/clay.git
synced 2025-04-04 13:28:07 +00:00
math.h include missing cause lots of warning logs
This commit is contained in:
parent
a7d46629b1
commit
6186596b41
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user