diff options
author | Olivier Gayot <og@satcom1.com> | 2016-09-04 17:20:59 +0200 |
---|---|---|
committer | Olivier Gayot <og@satcom1.com> | 2016-09-04 17:20:59 +0200 |
commit | c6a8032e93deddb70e268b2ef6521410cbb8afac (patch) | |
tree | c44d9593126da6688f6a41ac9141037b8438b373 /prototypes.h | |
parent | bf00587e9f9b4eda766b136754ef53b71f85701e (diff) |
refactored battle function
Signed-off-by: Olivier Gayot <og@satcom1.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 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 *); |