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