wip extract to files

This commit is contained in:
2025-09-13 14:30:23 +02:00
parent 2fa6c42799
commit 530d868364
11 changed files with 187 additions and 143 deletions
+10
View File
@@ -0,0 +1,10 @@
#ifndef GLFW_H
#define GLFW_H
#define GLAD_GL_IMPLEMENTATION
#include <glad/gl.h>
#define GLFW_INCLUDE_NONE
#include <GLFW/glfw3.h>
#endif