]> git.lizzy.rs Git - shadowclad.git/blobdiff - debugutil.h
Remove reduntant glutSetWindowTitle()
[shadowclad.git] / debugutil.h
index f2b4e695f3a99e8fdc79595a7a2ed51fefa80a93..bc5d346443ec66717d632181b667f92784227edd 100644 (file)
@@ -1,6 +1,12 @@
 #ifndef DEBUGUTIL_H_
 #define DEBUGUTIL_H_
 
-char * get_gl_info();
+#include <stdio.h>
+
+#include "assimp_types.h"
+
+char* getGlInfoString();
+void dumpScene(FILE* stream, const AiScene* scene);
+void dumpNode(FILE* stream, const AiNode* node);
 
 #endif