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. --- game/network/rail.h | 1 + 1 file changed, 1 insertion(+) (limited to 'game/network/rail.h') diff --git a/game/network/rail.h b/game/network/rail.h index 15b9ae4..48b1410 100644 --- a/game/network/rail.h +++ b/game/network/rail.h @@ -78,6 +78,7 @@ public: [[nodiscard]] const Surface * getBaseSurface() const override; [[nodiscard]] RelativeDistance getBaseWidth() const override; + [[nodiscard]] SnapPoints getSnapPoints() const override; private: void tick(TickDuration elapsed) override; -- cgit v1.2.3