fixed includes

This commit is contained in:
2025-09-13 15:38:52 +02:00
parent bf2041351e
commit 435ae52352
9 changed files with 13 additions and 17 deletions
+5 -1
View File
@@ -1,3 +1,4 @@
#include <GLFW/glfw3.h>
#include <stdio.h>
#include <stdlib.h>
@@ -6,7 +7,10 @@
#include "config.h"
#include "types.h"
#include "glfw.h"
#ifndef GLAD_GL_IMPLEMENTATION
#define GLAD_GL_IMPLEMENTATION
#include <glad/gl.h>
#endif
// TODO split into smaller functions
// TODO custom struct to remove glfw in signature