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

@@ -36,6 +36,7 @@ typedef struct essential_sdl
SDL_Renderer *renderer;
unsigned int size_window;
unsigned int size_box;
unsigned int size_menu;
} dis;
unsigned short int **creatArea2D (const unsigned int N);