quick backup - everything is going to be changed on vulkan side.
[demo] / src / opengl / opengl.h
index 1a9a86f..7b4d11d 100644 (file)
@@ -1,11 +1,7 @@
 #ifndef OPENGL_H_
 #define OPENGL_H_
 
-#include <GLFW/glfw3.h>
-
 bool init_opengl();
 void cleanup_opengl();
-GLFWwindow *create_opengl_window();
 
-void clear_gl();
-#endif // OPENGL_H_
+#endif // OPENGL_H_
\ No newline at end of file