Show level annotation on level entry

Idea by Chris Smith, via Unnethack
This commit is contained in:
Pasi Kallinen
2015-04-26 10:46:38 +03:00
parent 8624709c0d
commit 4e067f5f2b
3 changed files with 15 additions and 0 deletions

View File

@@ -570,6 +570,7 @@ E boolean FDECL(Invocation_lev, (d_level *));
E xchar NDECL(level_difficulty);
E schar FDECL(lev_by_name, (const char *));
E schar FDECL(print_dungeon, (BOOLEAN_P,schar *,xchar *));
E char *FDECL(get_annotation, (d_level *));
E int NDECL(donamelevel);
E int NDECL(dooverview);
E void FDECL(show_overview, (int,int));