]> git.lizzy.rs Git - shadowclad.git/blobdiff - debugutil.h
Goddamn clipping planes rendering my crap backwards
[shadowclad.git] / debugutil.h
index cb82be9a688ca903bccd24ca1abbb92c9f96d9ab..bc5d346443ec66717d632181b667f92784227edd 100644 (file)
@@ -1,12 +1,12 @@
 #ifndef DEBUGUTIL_H_
 #define DEBUGUTIL_H_
 
-#include <assimp/scene.h>
-
 #include <stdio.h>
 
+#include "assimp_types.h"
+
 char* getGlInfoString();
-void dumpScene(FILE* stream, const struct aiScene* scene);
-void dumpNode(FILE* stream, const struct aiNode* node);
+void dumpScene(FILE* stream, const AiScene* scene);
+void dumpNode(FILE* stream, const AiNode* node);
 
 #endif