fix: include glad implementation in the unit test file, since it was lacking that

This commit is contained in:
2025-06-06 17:57:37 +02:00
parent 5f4389d9f9
commit 13b63a1ba2

View File

@@ -1,5 +1,9 @@
// Copyright (c) 2025 Quinn // Copyright (c) 2025 Quinn
// Licensed under the MIT Licence. See LICENSE for details // Licensed under the MIT Licence. See LICENSE for details
#define GLAD_GL_IMPLEMENTATION
#include <glad/gl.h>
#undef GLAD_GL_IMPLEMENTATION
#include <math.h> #include <math.h>
#include <stdint.h> #include <stdint.h>
#include <stdio.h> #include <stdio.h>