summaryrefslogtreecommitdiff
path: root/prototypes.h
diff options
context:
space:
mode:
authorOlivier Gayot <duskcoder@gmail.com>2015-01-08 17:37:13 +0100
committerOlivier Gayot <duskcoder@gmail.com>2015-01-08 17:42:25 +0100
commitac5c469494478bf3774d412581e342d9fa97ec16 (patch)
tree745ba0638ecafd7335f715d52f1090be9e9b8a3e /prototypes.h
parentc416b1a5520ac5cfad0311d650a76b416c889e50 (diff)
initialize the items (aka objects) of the teams
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 ffa1c94..582bfee 100644
--- a/prototypes.h
+++ b/prototypes.h
@@ -37,7 +37,6 @@ void blit_character_affinities(SURFACES *, POSITIONS *, const struct character_t
void update_list_entries(SURFACES *surfaces, POSITIONS *positions, const struct entry_t *entries, int cnt, int selected);
void Fblitterpvcible (SURFACES *surfaces,POSITIONS *positions, const struct character_t *);
void Fblitterpmcible (SURFACES *surfaces,POSITIONS *positions, const struct character_t *);
-void Fremplirobjets(OBJET *objets);
void Fblitterfond(SURFACES* surfaces);
Uint32 obtenirPixel(SDL_Surface *surface, int x, int y);