about summary refs log tree commit diff stats
path: root/vendor/godobuf/default_env.tres
blob: 20207a4aa2cfbae0c95636531b00d91502940d12 (plain) (blame)
1
2
3
4
5
6
7
[gd_resource type="Environment" load_steps=2 format=2]

[sub_resource type="ProceduralSky" id=1]

[resource]
background_mode = 2
background_sky = SubResource( 1 )
w"> <set> #include <utility> #include <vector> class NetworkSet { public: void Clear(); void AddLink(int id1, int id2); bool IsItemInNetwork(int id) const; const std::set<std::pair<int, int>>& GetNetworkGraph(int id) const; private: std::map<int, std::set<std::pair<int, int>>> network_by_item_; }; #endif /* end of include guard: NETWORK_SET_H_3036B8E3 */