mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-07-15 16:44:36 +00:00
mac/linux fix
This commit is contained in:
parent
dcedcdd6f8
commit
13a6df35cc
2 changed files with 4 additions and 2 deletions
|
|
@ -23,7 +23,7 @@
|
||||||
#include "platform/platform.h"
|
#include "platform/platform.h"
|
||||||
#include "ts/loader/appSequence.h"
|
#include "ts/loader/appSequence.h"
|
||||||
#include "ts/assimp/assimpAppNode.h"
|
#include "ts/assimp/assimpAppNode.h"
|
||||||
#include "ts/assimp/assimpAppMesh.h"
|
|
||||||
|
|
||||||
// assimp include files.
|
// assimp include files.
|
||||||
#include <assimp/cimport.h>
|
#include <assimp/cimport.h>
|
||||||
|
|
|
||||||
|
|
@ -32,7 +32,9 @@
|
||||||
#ifndef _COLLADA_EXTENSIONS_H_
|
#ifndef _COLLADA_EXTENSIONS_H_
|
||||||
#include "ts/collada/colladaExtensions.h"
|
#include "ts/collada/colladaExtensions.h"
|
||||||
#endif
|
#endif
|
||||||
|
#ifndef _ASSIMP_APPMESH_H_
|
||||||
|
#include "ts/assimp/assimpAppMesh.h"
|
||||||
|
#endif
|
||||||
#ifndef AI_TYPES_H_INC
|
#ifndef AI_TYPES_H_INC
|
||||||
#include <assimp/types.h>
|
#include <assimp/types.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue