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

test_polylines.hpp « indexer_tests « indexer - github.com/mapsme/omim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 77171d2a5a289dccbcd5636f1fc0511f92e5d796 (plain)
1
2
3
4
5
6
7
8
9
#pragma once

#include "geometry/point2d.hpp"

namespace index_test
{
  typedef m2::PointD P;
  extern P arr1[376];
}