1
0
Fork 0
mirror of https://github.com/TerryCavanagh/VVVVVV.git synced 2024-12-23 01:59:43 +01:00

Include math.h instead of cmath

This commit is contained in:
leo60228 2020-11-17 11:31:51 -05:00 committed by Ethan Lee
parent c646360961
commit 2b6d8b8090

View file

@ -1,7 +1,7 @@
#ifndef MATHGAME_H
#define MATHGAME_H
#include <cmath>
#include <math.h>
#include <stdlib.h>
//// This header holds Maths functions that emulate the functionality of flash's