suppression fichier test dans out

This commit is contained in:
2023-12-20 08:56:34 +01:00
parent 1676f05187
commit b749e57f28
22 changed files with 12 additions and 0 deletions
Regular → Executable
View File
Regular → Executable
View File
Regular → Executable
View File
+5
View File
@@ -0,0 +1,5 @@
#ifndef FONCTIONS_H
#define FONCTIONS_H
#endif
Regular → Executable
View File
Regular → Executable
View File
View File
View File
View File
Regular → Executable
View File
BIN
View File
Binary file not shown.

After

Width:  |  Height:  |  Size: 4.8 KiB

Regular → Executable
View File

Before

Width:  |  Height:  |  Size: 600 B

After

Width:  |  Height:  |  Size: 600 B

Regular → Executable
View File

Before

Width:  |  Height:  |  Size: 1.3 KiB

After

Width:  |  Height:  |  Size: 1.3 KiB

Regular → Executable
View File

Before

Width:  |  Height:  |  Size: 1.2 KiB

After

Width:  |  Height:  |  Size: 1.2 KiB

Regular → Executable
View File

Before

Width:  |  Height:  |  Size: 493 B

After

Width:  |  Height:  |  Size: 493 B

Regular → Executable
+7
View File
@@ -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;
Regular → Executable
View File
Regular → Executable
View File
Regular → Executable
View File
Regular → Executable
View File
Regular → Executable
View File
Regular → Executable
View File