Blame view

Space Invader/Envahisseurs/Graphique/src/Main/init.h 591 Bytes
1e8c0804   Martin CHAUVELIERE   Derniere correcti...
1
2
  extern int canon;
  extern int missile;
a93e7b17   Martin CHAUVELIERE   Reste ReadMe et M...
3
4
  extern int enemie1_1;
  extern int enemie1_2;
1e8c0804   Martin CHAUVELIERE   Derniere correcti...
5
6
7
8
9
10
11
12
13
14
15
  extern int bouillie;
  extern int bombe;
  
  extern struct entite joueur;
  extern char Nom[];
  extern char input;
  
  extern int hitboxcanonL;
  extern int hitboxcanonH;
  extern int hitboxmissileL;
  extern int hitboxmissileH;
7094c494   Martin CHAUVELIERE   Améliorations fin...
16
17
  extern int hitboxenemieL;
  extern int hitboxenemieH;
1e8c0804   Martin CHAUVELIERE   Derniere correcti...
18
19
20
21
22
23
  extern int hitboxbouillieL;
  extern int hitboxbouillieH;
  extern int hitboxbombeL;
  extern int hitboxbombeH;
  
  void initialiser();
7094c494   Martin CHAUVELIERE   Améliorations fin...
24
  void initialiserjoueur();
1e8c0804   Martin CHAUVELIERE   Derniere correcti...
25
26
27
28
  char pagedemarrage();
  void pagemort(int nbr_vie);
  void pageGameOver();
  void pageVictoire();