#ifndef ASSIMP_TYPES_H_ #define ASSIMP_TYPES_H_ #include typedef struct aiScene AiScene; typedef struct aiNode AiNode; typedef struct aiMesh AiMesh; typedef struct aiFace AiFace; #endif