changement organisation
This commit is contained in:
17
include/display.h
Normal file
17
include/display.h
Normal file
@@ -0,0 +1,17 @@
|
||||
#ifndef DISPLAY_H
|
||||
#define DISPLAY_H
|
||||
|
||||
#include "../include/function.h"
|
||||
#include <SDL2/SDL.h>
|
||||
#include <SDL2/SDL_ttf.h>
|
||||
|
||||
void screenDisplay (char **tab, int size);
|
||||
int getMaxSize (dis display_user);
|
||||
void displayImage (SDL_Renderer *renderer, SDL_Texture *texture, vect pos,
|
||||
int size);
|
||||
void initSDL (dis *display_user);
|
||||
void screenDisplayGameSDL (char **tab, dis *display_user);
|
||||
void displayTextSDL(dis *display_user,char *text, vect coor, vect size, int font_size);
|
||||
|
||||
|
||||
#endif // !DISPLAY_H
|
||||
Reference in New Issue
Block a user