diff options
author | Olivier Gayot <duskcoder@gmail.com> | 2015-01-07 14:18:29 +0100 |
---|---|---|
committer | Olivier Gayot <duskcoder@gmail.com> | 2015-01-07 14:18:29 +0100 |
commit | 347813350f6f051b49187f020eb91f3ffc65f951 (patch) | |
tree | 3d02845ec438019a91cc520417979ab5fcc8b6c8 /prototypes.h | |
parent | e93ad2847791222937e26b57da5fd01a527d38cc (diff) |
simplify the code of menuchoixpersos
Signed-off-by: Olivier Gayot <duskcoder@gmail.com>
Diffstat (limited to 'prototypes.h')
-rw-r--r-- | prototypes.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/prototypes.h b/prototypes.h index b6401b9..65591db 100644 --- a/prototypes.h +++ b/prototypes.h @@ -6,7 +6,6 @@ void Fchangersurlignage (int Vmode, SURFACES *surfaces, POSITIONS *positions); int Fentrermode (int Vmode, SURFACES *surfaces, POSITIONS *positions); void Fmenuchoixpersos (SURFACES *surfaces, POSITIONS *positions); void Fchangersurlignage2 (int Vperso, SURFACES *surfaces, POSITIONS *positions); -void Fremplirpersos (int Vperso, PERSONNAGES persos[],int Vnbpersos); void Fremplirpersos2 (SURFACES *surfaces, PERSONNAGES persos[]); int Fjouer (SURFACES *surfaces, POSITIONS *positions, PERSONNAGES persos[],ENNEMIS ennemis[]); void Fblitterpersos (SURFACES *surfaces, POSITIONS *positions, PERSONNAGES persos[]); |