ack42/
ack42/npcs/a/
ack42/npcs/c/
ack42/npcs/e/
ack42/npcs/f/
ack42/npcs/h/
ack42/npcs/i/
ack42/npcs/l/
ack42/npcs/n/
ack42/npcs/o/
ack42/npcs/p/
ack42/npcs/r/
ack42/npcs/s/
ack42/npcs/w/
ack42/player/c/
ack42/player/s/
ack42/player/z/
extern unsigned long int table_lookup(const struct lookup_type *,char *);
extern char * rev_table_lookup(const struct lookup_type *, unsigned long int);
extern char * bit_table_lookup(const struct lookup_type *, unsigned long int);
extern void table_printout(const struct lookup_type *,char *);
extern void wide_table_printout( const struct lookup_type *, char * );  /* -S- mod */

extern const struct lookup_type tab_mob_class[];
extern const struct lookup_type tab_value_meanings[];
extern const struct lookup_type tab_drink_types[];
extern const struct lookup_type tab_weapon_types[];
extern const struct lookup_type tab_mob_flags[];
extern const struct lookup_type tab_affected_by[];
extern const struct lookup_type tab_item_types[];
extern const struct lookup_type tab_obj_flags[];
extern const struct lookup_type tab_wear_flags[];
extern const struct lookup_type tab_item_apply[];
extern const struct lookup_type tab_wear_loc[];
extern const struct lookup_type tab_obj_aff[];
extern const struct lookup_type tab_room_flags[];
extern const struct lookup_type tab_sector_types[];
extern const struct lookup_type tab_door_types[];
extern const struct lookup_type tab_door_states[];
extern const struct lookup_type tab_player_flags[];
extern const struct lookup_type tab_mob_skill[];
extern const struct lookup_type tab_mob_cast[];
extern const struct lookup_type tab_cast_name[];
extern const struct lookup_type tab_mob_def[];