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:
parent
c646360961
commit
2b6d8b8090
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue