separate glfw and glew

This commit is contained in:
2025-03-17 10:44:48 -05:00
parent 0be8e597b9
commit 496295e75e
3 changed files with 4 additions and 8 deletions

View File

@@ -1,5 +1,9 @@
#include "Archimedes.h"
#define GLEW_STATIC
#include <GL/glew.h>
#include <GLFW/glfw3.h>
class Window {
public: