Blame view

Space Invader/Envahisseurs/Graphique/src/Monstre/Monstre.h 518 Bytes
7094c494   Martin CHAUVELIERE   Améliorations fin...
1
  void DeplacementEnemie(struct liste_entite* Liste,
1e8c0804   Martin CHAUVELIERE   Derniere correcti...
2
                        int*                 SensDeplacement,
7094c494   Martin CHAUVELIERE   Améliorations fin...
3
                        int                  Pas);
1e8c0804   Martin CHAUVELIERE   Derniere correcti...
4
  
7094c494   Martin CHAUVELIERE   Améliorations fin...
5
  void LigneEnemie (struct liste_entite** ListeEnemie,
1e8c0804   Martin CHAUVELIERE   Derniere correcti...
6
7
8
                   int                   nbr_enemies, 
                   int                   nbr_rangee);
  
7094c494   Martin CHAUVELIERE   Améliorations fin...
9
  void AfficherEnemie (struct liste_entite* Liste,
1e8c0804   Martin CHAUVELIERE   Derniere correcti...
10
11
12
                      int                  lutin,
                      int                  Largeur,
                      int                  Hauteur);