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