diff options
Diffstat (limited to 'game/network/link.h')
-rw-r--r-- | game/network/link.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/game/network/link.h b/game/network/link.h index 0b58558..7ef1387 100644 --- a/game/network/link.h +++ b/game/network/link.h @@ -48,6 +48,8 @@ public: [[nodiscard]] virtual bool intersectRay(const Ray<GlobalPosition3D> &) const = 0; [[nodiscard]] virtual std::vector<GlobalPosition3D> getBase(RelativeDistance width) const = 0; + [[nodiscard]] const End * endAt(const GlobalPosition3D &) const; + std::array<End, 2> ends; float length; |