コード例 #1
0
ファイル: help.cpp プロジェクト: Wedge009/wesnoth
void show_terrain_description(CVideo& video, const terrain_type &t)
{
	help::show_terrain_help(video, t.id(), t.hide_in_editor() || t.is_combined());
}
コード例 #2
0
ファイル: help.cpp プロジェクト: nwforrer/wesnoth
void show_terrain_description(const terrain_type &t)
{
	help::show_terrain_help(*display::get_singleton(), t.id(), t.hide_in_editor() || t.is_combined());
}