It's friday....

This commit is contained in:
2024-08-02 14:00:33 +03:00
parent 9cb7a7592b
commit 8544a3277e
12 changed files with 13081 additions and 44 deletions

4
pog.h Normal file
View File

@@ -0,0 +1,4 @@
#include <GLFW/glfw3.h>
void framebuffer_size_callback(GLFWwindow* window, int width, int height);
void processInput(GLFWwindow *window);