suppression fichier test dans out
@@ -0,0 +1,5 @@
|
||||
#ifndef FONCTIONS_H
|
||||
#define FONCTIONS_H
|
||||
|
||||
|
||||
#endif
|
||||
|
After Width: | Height: | Size: 4.8 KiB |
|
Before Width: | Height: | Size: 600 B After Width: | Height: | Size: 600 B |
|
Before Width: | Height: | Size: 1.3 KiB After Width: | Height: | Size: 1.3 KiB |
|
Before Width: | Height: | Size: 1.2 KiB After Width: | Height: | Size: 1.2 KiB |
|
Before Width: | Height: | Size: 493 B After Width: | Height: | Size: 493 B |
@@ -189,6 +189,13 @@ void Pomme(int pos_x[], int pos_y[], int pommex[], int pommey[], int *segment){
|
||||
}
|
||||
}
|
||||
}
|
||||
void Menu_debut(){
|
||||
affiche = ChargerSprite("Img/image.png")
|
||||
AddicherSprite(affiche,0,0)
|
||||
}
|
||||
Menu_debut();
|
||||
|
||||
|
||||
int main(void){
|
||||
int segment = 10;
|
||||
int go_on = 1;
|
||||
|
||||