コード例 #1
0
ファイル: Human4.cpp プロジェクト: hujinfan/cpp_projects
void test_eating(Human h)
{
	h.eating();
}