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
+4 -1
View File
@@ -1,9 +1,10 @@
#include <stdbool.h>
#include <time.h>
#include <glad/gl.h>
#include <linmath.h>
#include "glfw.h"
#ifndef TYPES_H
#define TYPES_H
@@ -42,4 +43,6 @@ typedef struct ShaderProgram {
bool error;
} ShaderProgram;
typedef GLFWwindow Window;
#endif