Organisation du code en dossiers (headers) et source
This commit is contained in:
11
jeu_ia.h
11
jeu_ia.h
@@ -3,11 +3,22 @@
|
||||
|
||||
#include "jeu.h"
|
||||
|
||||
/* Fonction qui gère le mode IA */
|
||||
void jouerModeIA(struct EtatJeu *etatJeu);
|
||||
|
||||
/* Fonction qui gère le placement initial IA */
|
||||
void gererPlacementInitialIA(struct EtatJeu *etatJeu);
|
||||
|
||||
/* Fonction qui gère le tour du joueur IA */
|
||||
void gererTourJoueurIA(struct EtatJeu *etatJeu);
|
||||
|
||||
/* Fonction qui gère le placement de l'IA */
|
||||
void placementIA(struct EtatJeu *etatJeu);
|
||||
|
||||
/* Fonction qui gère le déplacement de l'IA */
|
||||
void deplacementIA(struct EtatJeu *etatJeu);
|
||||
|
||||
/* Fonction qui gère le blocage de l'IA */
|
||||
void blocageIA(struct EtatJeu *etatJeu);
|
||||
|
||||
#endif /* JEU_IA_H_INCLUS */
|
||||
|
||||
Reference in New Issue
Block a user