mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-07-16 00:54:54 +00:00
Just the functional assimp lib rather than the entire assimp repository unnecessarily.
This commit is contained in:
parent
bf170ffbca
commit
25ce4477ce
1747 changed files with 9012 additions and 925008 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue