Blame view

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