renamed Math.h because windows filesystem is not case-sensitive and conficted with standard library
This commit is contained in:
parent
daa6f236be
commit
bd090c1b52
|
|
@ -3,4 +3,4 @@
|
||||||
#include <Physics.h>
|
#include <Physics.h>
|
||||||
#include <Random.h>
|
#include <Random.h>
|
||||||
#include <Color.h>
|
#include <Color.h>
|
||||||
#include <Math.h>
|
#include <Math-util.h>
|
||||||
Loading…
Reference in New Issue