summaryrefslogtreecommitdiff
path: root/game/network/rail.h
diff options
context:
space:
mode:
Diffstat (limited to 'game/network/rail.h')
-rw-r--r--game/network/rail.h1
1 files changed, 1 insertions, 0 deletions
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;