Update cocos2d project and use float.h

This commit is contained in:
Lee, Jae-Hong 2013-05-21 10:32:34 +09:00
parent 73590e57f6
commit 6bb8d58d3a
2 changed files with 22 additions and 1286 deletions

View File

@ -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