From aa377df3595726a9358455c710ed110d90399ae9 Mon Sep 17 00:00:00 2001 From: Markus Armbruster Date: Wed, 17 Dec 2003 21:22:08 +0000 Subject: [PATCH] (show, show_item): New `show item'. From Ron Koenderink; changes to info files heavily hacked by me. --- include/prototypes.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/prototypes.h b/include/prototypes.h index 6c2fa2ab..6d30d1c7 100644 --- a/include/prototypes.h +++ b/include/prototypes.h @@ -801,6 +801,7 @@ extern void shp_init(int, s_char *); extern void sort_lookup_list(void); extern void show_bridge(int); extern void show_tower(int); +extern void show_item(int); extern void show_nuke_stats(int); extern void show_nuke_capab(int); extern void show_nuke_build(int);