]> git.lizzy.rs Git - shadowclad.git/blobdiff - assimp_types.h
Rework asset import, add texture import
[shadowclad.git] / assimp_types.h
index 5900963ef848edae2582d81043c5d3325f516000..52302729a876721c821ee69c01c5ff5c437b4c1e 100644 (file)
@@ -7,5 +7,6 @@ typedef struct aiScene AiScene;
 typedef struct aiNode AiNode;
 typedef struct aiMesh AiMesh;
 typedef struct aiFace AiFace;
+typedef struct aiString AiString;
 
 #endif