10 struct yx_uint16 pos; };
15 struct yx_uint16 pos; };
18 struct Monster * next;
21 unsigned char hitpoints; };
23 extern char is_passable (struct Map *, struct yx_uint16);
24 extern struct yx_uint16 find_passable_pos (struct Map *);
25 extern void move_monster (struct World *, struct Monster *);
26 extern void move_player (struct World *, char);
27 extern void player_wait(struct World *);