co-maps/libs/indexer/utils.hpp

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

14 lines
335 B
C++
Raw Normal View History

2025-11-22 13:58:55 +01:00
#pragma once
#include "indexer/data_source.hpp"
#include "indexer/mwm_set.hpp"
#include <memory>
#include <vector>
namespace indexer
{
MwmSet::MwmHandle FindWorld(DataSource const & dataSource, std::vector<std::shared_ptr<MwmInfo>> const & infos);
MwmSet::MwmHandle FindWorld(DataSource const & dataSource);
} // namespace indexer