Files
opengl-playground/pog.h
2024-08-02 14:00:33 +03:00

5 lines
139 B
C

#include <GLFW/glfw3.h>
void framebuffer_size_callback(GLFWwindow* window, int width, int height);
void processInput(GLFWwindow *window);