Blame view

Interactif/Interactif.h 217 Bytes
590ac30b   Martin CHAUVELIERE   Debut Collision
1
2
3
4
5
6
7
8
9
10
  #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**);