]> git.lizzy.rs Git - shadowclad.git/blob - debugutil.h
2d7793b879a2c11b39c8b3c49ce88d3691f4c82a
[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 * get_gl_info();
8 void print_struct_aiScene(FILE* stream, const struct aiScene* scene);
9 void print_struct_aiNode(FILE* stream, const struct aiNode* node);
10
11 #endif