diff options
author | Star Rauchenberger <fefferburbia@gmail.com> | 2024-09-08 08:51:43 -0400 |
---|---|---|
committer | Star Rauchenberger <fefferburbia@gmail.com> | 2024-09-08 08:51:43 -0400 |
commit | 0e6be5bbe8c506882e8100ccaaf13a5f58079f97 (patch) | |
tree | 4fee4d578e7936cb4052a74b93064c5ea845521f /src/network_set.h | |
parent | c443acfd0b25b3e4f3446f795777b8dd18b00e2b (diff) | |
parent | 86b4b06e78c5c71588c1b55273969a1327a6710a (diff) | |
download | lingo-ap-tracker-0e6be5bbe8c506882e8100ccaaf13a5f58079f97.tar.gz lingo-ap-tracker-0e6be5bbe8c506882e8100ccaaf13a5f58079f97.tar.bz2 lingo-ap-tracker-0e6be5bbe8c506882e8100ccaaf13a5f58079f97.zip |
Merge branch 'main' into panels panels
Diffstat (limited to 'src/network_set.h')
-rw-r--r-- | src/network_set.h | 2 |
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; |