]> git.lizzy.rs Git - shadowclad.git/blob - debugutil.h
Remove ambiguity in render.*
[shadowclad.git] / debugutil.h
1 #ifndef DEBUGUTIL_H_
2 #define DEBUGUTIL_H_
3
4 #include <assimp/scene.h>
5
6 #include <stdio.h>
7
8 char* getGlInfoString();
9 void dumpScene(FILE* stream, const struct aiScene* scene);
10 void dumpNode(FILE* stream, const struct aiNode* node);
11
12 #endif