From c6a8032e93deddb70e268b2ef6521410cbb8afac Mon Sep 17 00:00:00 2001 From: Olivier Gayot Date: Sun, 4 Sep 2016 17:20:59 +0200 Subject: refactored battle function Signed-off-by: Olivier Gayot --- prototypes.h | 1 - 1 file changed, 1 deletion(-) (limited to 'prototypes.h') diff --git a/prototypes.h b/prototypes.h index 1feb053..ff7e1d8 100644 --- a/prototypes.h +++ b/prototypes.h @@ -8,7 +8,6 @@ void Fmenuprincipal (SURFACES *surfaces, POSITIONS *positions); int Fentrermode (int Vmode, SURFACES *surfaces, POSITIONS *positions); void Fmenuchoixpersos (SURFACES *surfaces, POSITIONS *positions); -int Fjouer(SURFACES *, POSITIONS *, struct team_t *, struct team_t *); void Fgetmap (int map[][11]); void Fmap (SURFACES *, POSITIONS *, struct team_t *, struct team_t *); -- cgit v1.2.3