]> git.lizzy.rs Git - shadowclad.git/blob - src/debugutil.h
Overhaul Makefile and directory structure
[shadowclad.git] / src / debugutil.h
1 #ifndef DEBUGUTIL_H_
2 #define DEBUGUTIL_H_
3
4 #include <stdio.h>
5
6 char* getGlInfoString();
7
8 #endif