]> git.lizzy.rs Git - shadowclad.git/blob - debugutil.h
Implement custom Asset3D structure and refactor to use it
[shadowclad.git] / debugutil.h
1 #ifndef DEBUGUTIL_H_
2 #define DEBUGUTIL_H_
3
4 #include <stdio.h>
5
6 char* getGlInfoString();
7
8 #endif