summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorDan Goodliffe <dan@randomdan.homeip.net>2025-06-13 21:53:32 +0100
committerDan Goodliffe <dan@randomdan.homeip.net>2025-06-13 21:53:32 +0100
commit1e7a924874050674a103f6927f4a3c5ef6459222 (patch)
tree68f8f4b5dd34ff19b8a7cb6778a556775ed45b83 /test
parentHandle edge cases (diff)
downloadilt-1e7a924874050674a103f6927f4a3c5ef6459222.tar.bz2
ilt-1e7a924874050674a103f6927f4a3c5ef6459222.tar.xz
ilt-1e7a924874050674a103f6927f4a3c5ef6459222.zip
Create a list of snap points for the existing networkbetter-network
These form key positions in the world to ease neat creation.
Diffstat (limited to 'test')
-rw-r--r--test/test-network.cpp6
1 files changed, 6 insertions, 0 deletions
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 {