Welcome to mirror list, hosted at ThFree Co, Russian Federation.

kml_parser.hpp « generator - github.com/mapsme/omim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 45b8c813da3c6c318f51053a2f82f2f207a0dd22 (plain)
1
2
3
4
5
6
7
8
9
10
#pragma once

#include "generator/std/string.hpp"

class PolygonsContainerT;

namespace kml
{
  bool LoadPolygons(string const & kmlFile, PolygonsContainerT & country, int level);
}