]> git.lizzy.rs Git - shadowclad.git/blobdiff - debugutil.h
Return aiScene* from import, move prints to debugutil
[shadowclad.git] / debugutil.h
index f2b4e695f3a99e8fdc79595a7a2ed51fefa80a93..2d7793b879a2c11b39c8b3c49ce88d3691f4c82a 100644 (file)
@@ -1,6 +1,11 @@
 #ifndef DEBUGUTIL_H_
 #define DEBUGUTIL_H_
 
+#include <stdio.h>
+#include <assimp/scene.h>
+
 char * get_gl_info();
+void print_struct_aiScene(FILE* stream, const struct aiScene* scene);
+void print_struct_aiNode(FILE* stream, const struct aiNode* node);
 
 #endif