X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;f=debugutil.h;h=bc5d346443ec66717d632181b667f92784227edd;hb=2e715d010432f8a16f6442f5e3a6216510600ca1;hp=cb82be9a688ca903bccd24ca1abbb92c9f96d9ab;hpb=eb7364dca1d28b9c03d6f0334089ab51ced0bf1c;p=shadowclad.git diff --git a/debugutil.h b/debugutil.h index cb82be9..bc5d346 100644 --- a/debugutil.h +++ b/debugutil.h @@ -1,12 +1,12 @@ #ifndef DEBUGUTIL_H_ #define DEBUGUTIL_H_ -#include - #include +#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