#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 */ /head>
about summary refs log tree commit diff stats
blob: 909f4207b76e0fc084d4dda7397c58dced317263 (plain) (blame)
1
2
3
4
5
display_name: "The Keen"
worldport_entrance {
  room: "Main Area"
  name: "GREAT"
}