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 #ifndef MATHGAME_H
#define MATHGAME_H #define MATHGAME_H
#include <cmath> #include <math.h>
#include <stdlib.h> #include <stdlib.h>
//// This header holds Maths functions that emulate the functionality of flash's //// This header holds Maths functions that emulate the functionality of flash's