Fix du dernier commit
This commit is contained in:
parent
b1bd0888fb
commit
567855047e
Graphique
@ -50,7 +50,7 @@ sfRenderTexture* initialisationRenderTexture(const uint16_t width, const uint16_
|
||||
}
|
||||
|
||||
|
||||
void splashScreen(sfRenderWindow const window)
|
||||
void splashScreen(sfRenderWindow *window)
|
||||
{
|
||||
// Fond gris
|
||||
sfColor couleur = {158, 158, 158, 255};
|
||||
|
@ -37,7 +37,7 @@ sfRenderTexture* initialisationRenderTexture(const uint16_t, const uint16_t);
|
||||
* @param window Fenêtre dans laquelle afficher l'écran d'accueil.
|
||||
* @return Procédure.
|
||||
*/
|
||||
void splashScreen(sfRenderWindow const);
|
||||
void splashScreen(sfRenderWindow *);
|
||||
|
||||
/**
|
||||
* @brief Crée un cercle, et renvoie un pointeur dessus
|
||||
|
Reference in New Issue
Block a user