feat: avoid use of glew_static

This commit is contained in:
2025-10-01 09:12:04 +02:00
parent 1d1d23a148
commit 91c0e7b2a6

View File

@ -1,6 +1,6 @@
#ifndef PRELUDE_H_ #ifndef PRELUDE_H_
#define PRELUDE_H_ #define PRELUDE_H_
#define GLEW_STATIC // #define GLEW_STATIC
#include <GL/glew.h> #include <GL/glew.h>
#include "SDL3/SDL.h" #include "SDL3/SDL.h"