mirror of
https://github.com/nicbarker/clay.git
synced 2025-11-02 07:46:17 +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_ttf.h>
|
||||||
#include <SDL_image.h>
|
#include <SDL_image.h>
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
|
#include <math.h>
|
||||||
|
|
||||||
#ifndef M_PI
|
#ifndef M_PI
|
||||||
#define M_PI 3.14159
|
#define M_PI 3.14159
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue