marge for game view

This commit is contained in:
2024-12-15 17:56:06 +01:00
parent 16ce76ec60
commit c5c2949538
5 changed files with 27 additions and 7 deletions

View File

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