fixed includes

This commit is contained in:
2025-09-13 15:34:34 +02:00
parent 530d868364
commit bf2041351e
10 changed files with 2435 additions and 15 deletions
+5 -1
View File
@@ -1,9 +1,13 @@
#include <stdbool.h>
#include <time.h>
#include <glad/gl.h>
#include <linmath.h>
#include "glfw.h"
#ifndef GLFW_INCLUDE_NONE
#define GLFW_INCLUDE_NONE
#include <GLFW/glfw3.h>
#endif
#ifndef TYPES_H
#define TYPES_H