Interactif.h
564 Bytes
#include <stdio.h>
#include <stdlib.h>
int CheckCollisionEntiteEntite(struct entite,int,int,struct entite,int,int);
int CheckCollisionListeEntite(struct liste_entite*,int,int,struct entite,int,int);
struct liste_entite* CheckCollisionListeListe(struct liste_entite*,int,int,struct liste_entite*,int,int);
void Tirer(struct entite, struct liste_entite**);
void DeplacementTire(int,struct liste_entite**);
void SupprIfTouch(struct liste_entite**,int,int,struct liste_entite**,int,int);
char touche();
void action(struct entite*,char,struct liste_entite**);