summaryrefslogtreecommitdiff
path: root/in_practice/breakout/gl_utils.h
diff options
context:
space:
mode:
Diffstat (limited to 'in_practice/breakout/gl_utils.h')
-rw-r--r--in_practice/breakout/gl_utils.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/in_practice/breakout/gl_utils.h b/in_practice/breakout/gl_utils.h
new file mode 100644
index 0000000..40bfc76
--- /dev/null
+++ b/in_practice/breakout/gl_utils.h
@@ -0,0 +1,8 @@
+#ifndef GL_UTILS_H
+#define GL_UTILS_H
+
+#include <GL/glew.h>
+
+extern void gl_debug_output(GLenum source, GLenum type, GLuint id, GLenum severity, GLsizei length, const GLchar *message, const void *user_param);
+
+#endif