Merge branch 'newsym_worm' of https://github.com/entrez/NetHack into NetHack-3.7

This commit is contained in:
nhmall
2024-11-30 20:14:40 -05:00
3 changed files with 19 additions and 1 deletions

View File

@@ -3786,6 +3786,7 @@ extern boolean worm_cross(int, int, int, int);
extern int wseg_at(struct monst *, int, int) NO_NNARGS;
extern void flip_worm_segs_vertical(struct monst *, int, int) NONNULLARG1;
extern void flip_worm_segs_horizontal(struct monst *, int, int) NONNULLARG1;
extern void redraw_worm(struct monst *);
/* ### worn.c ### */