diff options
author | Olivier Gayot <duskcoder@gmail.com> | 2015-01-07 23:18:11 +0100 |
---|---|---|
committer | Olivier Gayot <duskcoder@gmail.com> | 2015-01-07 23:51:30 +0100 |
commit | a50e94bce89f17148b0640909fd9b536c4599d9e (patch) | |
tree | 3faf9bf2bb6a9074d357e75c05684843b39ff89d /prototypes.h | |
parent | 7bb8e452b2f2349ea2fae60eaf69adbcf7a182a8 (diff) |
make team blitting and characters highlighting generic
Signed-off-by: Olivier Gayot <duskcoder@gmail.com>
Diffstat (limited to 'prototypes.h')
-rw-r--r-- | prototypes.h | 2 |
1 files changed, 1 insertions, 1 deletions
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); |