Fix du dernier commit

This commit is contained in:
HorlogeSkynet 2016-10-29 10:59:54 +02:00
parent b1bd0888fb
commit 567855047e
2 changed files with 2 additions and 2 deletions

@ -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