preparing to switch to openGL

This commit is contained in:
Alexandre 2025-01-26 19:32:46 +01:00
parent 335a00a909
commit 5d3504ca53
3 changed files with 2 additions and 0 deletions

BIN
bin/back

Binary file not shown.

Binary file not shown.

View File

@ -10,6 +10,8 @@
#include <time.h> #include <time.h>
#include <SDL2/SDL.h> #include <SDL2/SDL.h>
#include <SDL2/SDL_image.h> #include <SDL2/SDL_image.h>
#include <GL/glew.h>
#include <GLFW/glfw3.h>
#include "hash.h" #include "hash.h"
#include "structure.h" #include "structure.h"