remove glfw+gl from forge.c

This commit is contained in:
2025-09-13 16:51:18 +02:00
parent 68ad351d2f
commit f5919f3231
6 changed files with 83 additions and 30 deletions
+6
View File
@@ -46,4 +46,10 @@ typedef struct ShaderProgram {
typedef GLFWwindow Window;
typedef struct Context {
int width;
int height;
double time;
} Context;
#endif