Files
comaps/libs/indexer/utils.hpp
Alexander Borsuk 76ffc99abd New cpp folder structure
Signed-off-by: Alexander Borsuk <me@alex.bio>
2025-08-14 20:52:04 +07:00

15 lines
363 B
C++

#pragma once
#include "indexer/mwm_set.hpp"
#include "indexer/data_source.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