graphics api abstraction
[demo] / src / opengl / opengl.h
index 1a1fa8a..1a9a86f 100644 (file)
@@ -7,4 +7,5 @@ bool init_opengl();
 void cleanup_opengl();
 GLFWwindow *create_opengl_window();
 
+void clear_gl();
 #endif // OPENGL_H_