]> git.lizzy.rs Git - shadowclad.git/blobdiff - debugutil.h
Choose C99 and make code a bit more standards-compliant
[shadowclad.git] / debugutil.h
index df7a31ef21b3bf8ba4e7ff914ef16f752890d2b0..bc5d346443ec66717d632181b667f92784227edd 100644 (file)
@@ -1 +1,12 @@
-char * get_gl_info();
+#ifndef DEBUGUTIL_H_
+#define DEBUGUTIL_H_
+
+#include <stdio.h>
+
+#include "assimp_types.h"
+
+char* getGlInfoString();
+void dumpScene(FILE* stream, const AiScene* scene);
+void dumpNode(FILE* stream, const AiNode* node);
+
+#endif