From 1e7a924874050674a103f6927f4a3c5ef6459222 Mon Sep 17 00:00:00 2001 From: Dan Goodliffe Date: Fri, 13 Jun 2025 21:53:32 +0100 Subject: Create a list of snap points for the existing network These form key positions in the world to ease neat creation. --- test/test-network.cpp | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'test') diff --git a/test/test-network.cpp b/test/test-network.cpp index 9a9ceb3..c3617b2 100644 --- a/test/test-network.cpp +++ b/test/test-network.cpp @@ -97,6 +97,12 @@ namespace { { return 5'700; } + + SnapPoints + getSnapPoints() const override + { + return {}; + } }; struct TestNetwork : public EmptyNetwork { -- cgit v1.2.3