示例#1
0
bool HumanView::LoadGame(rapidxml::xml_node<>* pLevelData)
{
	return VLoadGameDelegate(pLevelData);
}
示例#2
0
bool HumanView::LoadGame(TiXmlElement* pLevelData)
{
    // call the delegate method
    return VLoadGameDelegate(pLevelData);
}