mirror of
https://codeberg.org/comaps/comaps
synced 2025-12-19 13:03:36 +00:00
committed by
Konstantin Pastbin
parent
c9cbb64f12
commit
76ffc99abd
9
libs/coding/coding_tests/test_polylines.hpp
Normal file
9
libs/coding/coding_tests/test_polylines.hpp
Normal file
@@ -0,0 +1,9 @@
|
||||
#pragma once
|
||||
|
||||
#include "geometry/point2d.hpp"
|
||||
|
||||
namespace geometry_coding_tests
|
||||
{
|
||||
using P = m2::PointD;
|
||||
extern P arr1[376];
|
||||
} // namespace geometry_coding_tests
|
||||
Reference in New Issue
Block a user