summaryrefslogtreecommitdiff
path: root/game/network/network.h
diff options
context:
space:
mode:
Diffstat (limited to 'game/network/network.h')
-rw-r--r--game/network/network.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/game/network/network.h b/game/network/network.h
index 0c499c6..c1d3265 100644
--- a/game/network/network.h
+++ b/game/network/network.h
@@ -135,4 +135,5 @@ public:
protected:
Link::CCollection addCurve(const GeoData *, const GenCurveDef &);
+ [[nodiscard]] bool anyLinks() const;
};