From 4ffb5871e4bc54ab6765fcd738835c295d1e2924 Mon Sep 17 00:00:00 2001 From: Star Rauchenberger Date: Wed, 24 Jul 2024 13:36:07 -0400 Subject: Pilgrim Antechamber sunwarp now shows if pilgrimage is doable --- src/network_set.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/network_set.h') diff --git a/src/network_set.h b/src/network_set.h index e6f0c07..cec3f39 100644 --- a/src/network_set.h +++ b/src/network_set.h @@ -13,6 +13,8 @@ class NetworkSet { void AddLink(int id1, int id2); + void AddLinkToNetwork(int network_id, int id1, int id2); + bool IsItemInNetwork(int id) const; const std::set>& GetNetworkGraph(int id) const; -- cgit 1.4.1