Merge branch 'xytod' of https://github.com/argrath/NetHack into NetHack-3.7

This commit is contained in:
nhmall
2025-01-13 08:23:52 -05:00
4 changed files with 5 additions and 4 deletions

View File

@@ -414,7 +414,7 @@ extern int enter_explore_mode(void);
extern boolean bind_mousebtn(int, const char *);
extern boolean bind_key(uchar, const char *);
extern void dokeylist(void);
extern coordxy xytod(coordxy, coordxy);
extern int xytod(coordxy, coordxy);
extern void dtoxy(coord *, int);
extern int movecmd(char, int);
extern int dxdy_moveok(void);