mirror of https://github.com/axmolengine/axmol.git
Update cocos2d project and use float.h
This commit is contained in:
parent
73590e57f6
commit
6bb8d58d3a
|
@ -30,6 +30,7 @@ THE SOFTWARE.
|
|||
#include <math.h>
|
||||
#include <stdio.h>
|
||||
#include <sys/time.h>
|
||||
#include <float.h>
|
||||
|
||||
#ifndef MIN
|
||||
#define MIN(x,y) (((x) > (y)) ? (y) : (x))
|
||||
|
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue