]> git.lizzy.rs Git - shadowclad.git/blobdiff - debugutil.h
Add and fix header guards
[shadowclad.git] / debugutil.h
index df7a31ef21b3bf8ba4e7ff914ef16f752890d2b0..f2b4e695f3a99e8fdc79595a7a2ed51fefa80a93 100644 (file)
@@ -1 +1,6 @@
+#ifndef DEBUGUTIL_H_
+#define DEBUGUTIL_H_
+
 char * get_gl_info();
+
+#endif