ajout des fichier pour les comportement du jeu en fonction du nombre de joueur

This commit is contained in:
2024-11-13 11:07:47 +01:00
parent aa7bceba3c
commit 4225c39b86
10 changed files with 50 additions and 16 deletions

8
comportementJCIA.h Normal file
View File

@@ -0,0 +1,8 @@
#ifndef COMPORTEMENTJCIA_H
#define COMPORTEMENTJCIA_H
void compJCIA(int taille);
#endif