]> git.lizzy.rs Git - shadowclad.git/blob - src/engine/debugutil.h
Move code into game and engine directories
[shadowclad.git] / src / engine / debugutil.h
1 #ifndef DEBUGUTIL_H_
2 #define DEBUGUTIL_H_
3
4 #include <stdio.h>
5
6 char* getGlInfoString();
7
8 #endif