Interactif.h 217 Bytes
#include <stdio.h>
#include <stdlib.h>

void Tirer(struct entite, struct liste_entite**);

void DeplacementTire(int,int,struct liste_entite**);

char touche();

void action(struct entite*,char,struct liste_entite**);