My Project
Loading...
Searching...
No Matches
textures_s Struct Reference

La structure qui contient les textures du jeu. More...

#include <Display.h>

Data Fields

SDL_Texture * background
 
SDL_Texture * ship
 
SDL_Texture * meteorite
 
SDL_Texture * finishLine
 
TTF_Fontfont
 
SDL_Color color
 

Detailed Description

La structure qui contient les textures du jeu.

Parameters
background
ship
meteorite
finishLine
font
color

Field Documentation

◆ background

SDL_Texture* background

Texture liée à l'image du fond de l'écran.

◆ finishLine

SDL_Texture* finishLine

Texture liée à l'image de la ligne d'arrivée.

◆ meteorite

SDL_Texture* meteorite

Texture liée à l'image du météorite.

◆ ship

SDL_Texture* ship

Texture liée à l'image du vaisseau.


The documentation for this struct was generated from the following file: