mirror of
https://github.com/TerryCavanagh/VVVVVV.git
synced 2025-01-09 10:29:45 +01:00
Include math.h instead of cmath
This commit is contained in:
parent
c646360961
commit
2b6d8b8090
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue