예제 #1
0
파일: team.hpp 프로젝트: pranet/wesnoth-old
	bool is_network() const { return is_network_human() || is_network_ai(); }
예제 #2
0
파일: team.hpp 프로젝트: niegenug/wesnoth
	bool is_human() const { return is_local_human() || is_network_human(); }