Blame view

Missile/Missile.h 139 Bytes
0b5eb1df   Martin CHAUVELIERE   1ere Version
1
2
3
4
5
6
  #include <stdio.h>
  #include <stdlib.h>
  
  void Tirer(struct entite, struct liste_entite**);
  
  void DeplacementTire(int,struct liste_entite*);