This repository has been archived on 2025-03-22. You can view files and clone it, but cannot push or open issues or pull requests.
organicmaps-tmp/generator/centers_table_builder.hpp
2017-05-12 13:07:45 +03:00

13 lines
300 B
C++

#pragma once
#include <string>
class FilesContainerR;
class Writer;
namespace indexer
{
// Builds the latest version of the centers table section and writes
// it to the mwm file.
bool BuildCentersTableFromDataFile(std::string const & filename, bool forceRebuild = false);
} // namespace indexer