7RSkBGZYHt4MeUQgA1W4kc changeset

Changeset643065313061 (b)
ParentNone (a)
ab
0+void demarreSdl(SDL_Surface **ecran, char titre[]);
0+void fermeSdl(SDL_Surface *serpent, SDL_Surface *boum);
0+void evenements(SDL_Surface *ecran, SDL_Surface *serpent, SDL_Surface *boum, SDL_Surface *tete[]);
0+void initialise(SDL_Surface *ecran, SDL_Surface **serpent, SDL_Surface **boum, SDL_Surface *tete[]);
0+void initialiseSerpent(SDL_Rect positionSerpent[], SDL_Surface *serpent, SDL_Surface *ecran, int taille);
0+void blitteSerpent(SDL_Surface *serpent, SDL_Surface *ecran, SDL_Rect positionSerpent[], int taille, int direction, SDL_Surface *tete[]);
0+void decalePositions(SDL_Rect positionSerpent[], int taille);
0+void avanceSerpent(SDL_Surface *serpent, SDL_Rect positionSerpent[], int direction);
0+int cogne(SDL_Rect positionSerpent[], SDL_Surface *ecran, int taille);
0+int surSerpent(SDL_Rect positionSerpent[], int taille);
0+void perdu(SDL_Surface *boum, SDL_Surface *ecran, SDL_Rect positionSerpent[]);
...
1
2
3
4
5
6
7
8
9
10
11
12
13
14
--- Revision None
+++ Revision 643065313061
@@ -0,0 +1,11 @@
+void demarreSdl(SDL_Surface **ecran, char titre[]);
+void fermeSdl(SDL_Surface *serpent, SDL_Surface *boum);
+void evenements(SDL_Surface *ecran, SDL_Surface *serpent, SDL_Surface *boum, SDL_Surface *tete[]);
+void initialise(SDL_Surface *ecran, SDL_Surface **serpent, SDL_Surface **boum, SDL_Surface *tete[]);
+void initialiseSerpent(SDL_Rect positionSerpent[], SDL_Surface *serpent, SDL_Surface *ecran, int taille);
+void blitteSerpent(SDL_Surface *serpent, SDL_Surface *ecran, SDL_Rect positionSerpent[], int taille, int direction, SDL_Surface *tete[]);
+void decalePositions(SDL_Rect positionSerpent[], int taille);
+void avanceSerpent(SDL_Surface *serpent, SDL_Rect positionSerpent[], int direction);
+int cogne(SDL_Rect positionSerpent[], SDL_Surface *ecran, int taille);
+int surSerpent(SDL_Rect positionSerpent[], int taille);
+void perdu(SDL_Surface *boum, SDL_Surface *ecran, SDL_Rect positionSerpent[]);