summaryrefslogtreecommitdiff
path: root/prototypes.h
diff options
context:
space:
mode:
authorOlivier Gayot <duskcoder@gmail.com>2015-01-07 14:18:29 +0100
committerOlivier Gayot <duskcoder@gmail.com>2015-01-07 14:18:29 +0100
commit347813350f6f051b49187f020eb91f3ffc65f951 (patch)
tree3d02845ec438019a91cc520417979ab5fcc8b6c8 /prototypes.h
parente93ad2847791222937e26b57da5fd01a527d38cc (diff)
simplify the code of menuchoixpersos
Signed-off-by: Olivier Gayot <duskcoder@gmail.com>
Diffstat (limited to 'prototypes.h')
-rw-r--r--prototypes.h1
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[]);