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: 0b6ebff541096e7918442f9c9a225b08d2719c3b (plain)
1
2
3
4
5
6
7
8
9
10
#pragma once

#include "../std/string.hpp"

class PolygonsContainerT;

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