#ifndef NETWORK_SET_H_3036B8E3 #define NETWORK_SET_H_3036B8E3 #include #include #include #include #include class NetworkSet { public: void Clear(); void AddLink(int id1, int id2); bool IsItemInNetwork(int id) const; const std::set>& GetNetworkGraph(int id) const; private: std::map>> network_by_item_; }; #endif /* end of include guard: NETWORK_SET_H_3036B8E3 */ .fourisland.com/lingo2-archipelago' title='lingo2-archipelago Git repository'/>
about summary refs log tree commit diff stats
blob: d3659d3a0b90eb9c5ce30826dc91df82ff47f0a6 (plain) (blame)
1
2
3
4
5
6
7
8
9
name: "White Hallway From Entry"
panel_display_name: "Southwest Area"
ports {
  name: "ENTRY"
  display_name: "Near Globe White Hallway"
  path: "Components/Warps/Worldports/worldport10"
  destination { x: -46 y: 0 z: 23 }
  rotation: 90
}