summaryrefslogtreecommitdiffstats
path: root/src/3rdparty/2geom/tests/dependent-project/my_lib.h
blob: 2278aaf6005f572f3435f57c49edcb7996f71d1b (plain)
1
2
3
4
#pragma once
#include <2geom/2geom.h>

Geom::Point sum_of_three_points(const Geom::Point&a, const Geom::Point&b, const Geom::Point&c);