]> git.lizzy.rs Git - shadowclad.git/blobdiff - assimp_types.h
Render the level's grid of blocks
[shadowclad.git] / assimp_types.h
index 52302729a876721c821ee69c01c5ff5c437b4c1e..5869c323cf1367f1bb847ccedd6f38d63bca0bf9 100644 (file)
@@ -7,6 +7,7 @@ typedef struct aiScene AiScene;
 typedef struct aiNode AiNode;
 typedef struct aiMesh AiMesh;
 typedef struct aiFace AiFace;
+typedef struct aiVector3D AiVector3D;
 typedef struct aiString AiString;
 
 #endif