about summary refs log tree commit diff stats
path: root/src/network_set.h
diff options
context:
space:
mode:
authorStar Rauchenberger <fefferburbia@gmail.com>2024-07-24 13:36:07 -0400
committerStar Rauchenberger <fefferburbia@gmail.com>2024-07-24 13:36:07 -0400
commit4ffb5871e4bc54ab6765fcd738835c295d1e2924 (patch)
tree47d9521046ae6b628ec3b64d5a2890e6a26bcbbf /src/network_set.h
parent1a935f45c98905a20a13265ae0d00f9674ec4ea6 (diff)
downloadlingo-ap-tracker-4ffb5871e4bc54ab6765fcd738835c295d1e2924.tar.gz
lingo-ap-tracker-4ffb5871e4bc54ab6765fcd738835c295d1e2924.tar.bz2
lingo-ap-tracker-4ffb5871e4bc54ab6765fcd738835c295d1e2924.zip
Pilgrim Antechamber sunwarp now shows if pilgrimage is doable
Diffstat (limited to 'src/network_set.h')
-rw-r--r--src/network_set.h2
1 files changed, 2 insertions, 0 deletions
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 {
13 13
14 void AddLink(int id1, int id2); 14 void AddLink(int id1, int id2);
15 15
16 void AddLinkToNetwork(int network_id, int id1, int id2);
17
16 bool IsItemInNetwork(int id) const; 18 bool IsItemInNetwork(int id) const;
17 19
18 const std::set<std::pair<int, int>>& GetNetworkGraph(int id) const; 20 const std::set<std::pair<int, int>>& GetNetworkGraph(int id) const;