summaryrefslogtreecommitdiffstats
path: root/src/char.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/char.h')
-rw-r--r--src/char.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/char.h b/src/char.h
index 2c31ca2..f1520d9 100644
--- a/src/char.h
+++ b/src/char.h
@@ -29,7 +29,8 @@ struct mf_char *
mf_player_new(struct mf_maze *maze, int cell_width);
struct mf_char *
-mf_enemy_new(struct mf_maze *maze, int cell_width, int maze_size);
+mf_enemy_new(struct mf_maze *maze, int cell_width, int maze_size,
+ int num_allies, struct mf_char **allies);
void
mf_char_get_vector(struct mf_char *c, int *x, int *y, int *travel,