X-Git-Url: http://git.mutantstargoat.com?p=demo;a=blobdiff_plain;f=src%2Fopengl%2Fopengl.h;h=1a9a86fcef17a1489f0f285fdd61cdf346a9d4be;hp=1a1fa8a3c0d5f2343acff68fd82f1d6391e10096;hb=3bf3536271e4afa8a8a93c75e2ab1256c0bf718a;hpb=df336012c33f2993bdb80177a1f874ef81e7505f diff --git a/src/opengl/opengl.h b/src/opengl/opengl.h index 1a1fa8a..1a9a86f 100644 --- a/src/opengl/opengl.h +++ b/src/opengl/opengl.h @@ -7,4 +7,5 @@ bool init_opengl(); void cleanup_opengl(); GLFWwindow *create_opengl_window(); +void clear_gl(); #endif // OPENGL_H_