Just the functional assimp lib rather than the entire assimp repository unnecessarily.

This commit is contained in:
Areloch 2019-02-28 16:37:15 -06:00
parent 0f7641a282
commit e9ea38eda3
1747 changed files with 9012 additions and 925008 deletions

View file

@ -30,7 +30,7 @@ THE SOFTWARE.
/* Thank you, Microsoft, for file WinDef.h with min/max redefinition. */
#define NOMINMAX
#include <windows.h>
#elif __APPLE__
#elif __MACH__
#include <mach/clock.h>
#include <mach/mach.h>
#else
@ -73,7 +73,7 @@ namespace o3dgc
LARGE_INTEGER m_freq;
};
#elif __APPLE__
#elif __MACH__
class Timer
{
public: