retirer ligne noire

This commit is contained in:
2024-12-15 13:15:04 +01:00
parent 0553a603ff
commit 18a0978ab6
4 changed files with 9 additions and 6 deletions

View File

@@ -5,7 +5,7 @@
#include <SDL2/SDL.h>
void screenDisplay (unsigned short int **tab, int size);
int getMaxSize ();
int getMaxSize (int size_box);
void displayImage (SDL_Renderer *renderer, SDL_Texture *texture, vect pos,
int size);
void initSDL (dis *display_user);