about summary refs log tree commit diff stats
path: root/Archipelago/panelEnd.gd
blob: 81f07d6de7b46f4badaa65ce2166b64760aa12a6 (plain) (blame)
1
2
3
4
5
6
7
extends "res://scripts/panelEnd.gd"


func handle_correct():
	# We don't call the base method because we want to suppress the original
	# behaviour.
	global.solved -= 1
span class="w"> 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 */