AST/IAEngine.h
Unknown e02e6df139 Ajout joueur et IA
Modification interface joueur avec action et récupération des touches clavier
Comportement de l'IA définit (en cours)
2018-06-17 17:45:04 +02:00

15 lines
302 B
C

/*
* IAEngine.h
*
* Created on: 17 juin 2018
* Author: isen
*/
#ifndef IAENGINE_H_
#define IAENGINE_H_
int FindShortestPath(int Player1PositionX, int Player1PositionY, int Player2PositionX, int Player2PositionY);
int IAEngine(PLAYER * player1, PLAYER * player2);
#endif /* IAENGINE_H_ */