Open Asset Import Library (assimp)
---------------------------------------------------------------------------
-Copyright (c) 2006-2015, assimp team
+Copyright (c) 2006-2016, assimp team
All rights reserved.
Open Asset Import Library (assimp)
---------------------------------------------------------------------------
-Copyright (c) 2006-2012, assimp team
+Copyright (c) 2006-2016, assimp team
All rights reserved.
#include "../../code/StringComparison.h" // ASSIMP_stricmp and ASSIMP_strincmp
// in order for std::min and std::max to behave properly
-#ifndef max
+/*#ifndef max
#define max(a,b) (((a) > (b)) ? (a) : (b))
#endif // max
#ifndef min
#define min(a,b) (((a) < (b)) ? (a) : (b))
#endif // min
-
+*/
#include <time.h>
// default movement speed