]> git.lizzy.rs Git - shadowclad.git/blob - assimp_types.h
5900963ef848edae2582d81043c5d3325f516000
[shadowclad.git] / assimp_types.h
1 #ifndef ASSIMP_TYPES_H_
2 #define ASSIMP_TYPES_H_
3
4 #include <assimp/scene.h>
5
6 typedef struct aiScene AiScene;
7 typedef struct aiNode AiNode;
8 typedef struct aiMesh AiMesh;
9 typedef struct aiFace AiFace;
10
11 #endif