Пример #1
0
item_location game::inv_for_books( const std::string &title )
{
    return inv_internal( u, read_inventory_preset( u ),
                         title, 1, _( "You have nothing to read." ) );
}
Пример #2
0
item_location game_menus::inv::read( player &p )
{
    return inv_internal( p, read_inventory_preset( p ),
                         _( "Read" ), 1,
                         _( "You have nothing to read." ) );
}