meilleur format

This commit is contained in:
2024-12-14 15:22:51 +01:00
parent 54e7f38ff2
commit af546b8440
7 changed files with 362 additions and 447 deletions

View File

@@ -1,15 +1,14 @@
#ifndef DISPLAY_H
#define DISPLAY_H
#include <SDL2/SDL.h>
#include "function.h"
#include <SDL2/SDL.h>
void screenDisplay( unsigned short int **tab,int size);
void screenDisplay (unsigned short int **tab, int size);
int getMaxSize ();
void displayImage(SDL_Renderer *renderer, SDL_Texture *texture, vect pos, int size);
void displayImage (SDL_Renderer *renderer, SDL_Texture *texture, vect pos,
int size);
void initSDL (dis *display_user);
void screenDisplaySDL (unsigned short int **tab, dis *display_user);
#endif // !DISPLAY_H