mise à niveau
This commit is contained in:
@@ -7,6 +7,7 @@
|
||||
#include <graph.h>
|
||||
#include "plateau_init.h"
|
||||
#include "fenetre.h"
|
||||
#include "ecran_lancement.h"
|
||||
|
||||
|
||||
|
||||
@@ -29,6 +30,14 @@ void start (struct adresse* pointeur) {
|
||||
int score=0;
|
||||
|
||||
|
||||
|
||||
|
||||
/* affichage du l'écran principale */
|
||||
|
||||
ecran_lancement();
|
||||
|
||||
|
||||
|
||||
/* remplisage du fond d'écran */
|
||||
|
||||
grey = CouleurParComposante(35,35,35);
|
||||
|
Reference in New Issue
Block a user