From a50e94bce89f17148b0640909fd9b536c4599d9e Mon Sep 17 00:00:00 2001 From: Olivier Gayot Date: Wed, 7 Jan 2015 23:18:11 +0100 Subject: make team blitting and characters highlighting generic Signed-off-by: Olivier Gayot --- prototypes.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'prototypes.h') diff --git a/prototypes.h b/prototypes.h index 956e9b6..39888af 100644 --- a/prototypes.h +++ b/prototypes.h @@ -11,7 +11,7 @@ void Fmenuchoixpersos (SURFACES *surfaces, POSITIONS *positions); void Fchangersurlignage2 (int Vperso, SURFACES *surfaces, POSITIONS *positions); void Fremplirpersos2 (SURFACES *surfaces, PERSONNAGES persos[]); int Fjouer (SURFACES *surfaces, POSITIONS *positions, struct team_t *ally,ENNEMIS ennemis[]); -void blit_ally_team(SURFACES *surfaces, POSITIONS *positions, struct team_t *); +void blit_team(SURFACES *surfaces, struct team_t *); void Finitialisersurfaces (SURFACES *surfaces); int Fchargerimages (SURFACES *surfaces); void Fdechargerimages (SURFACES *surfaces); -- cgit v1.2.3