Esempio n. 1
0
bool RegionPagerBase::GetSolid(int x, int y) {
	Region* ptr = GetRegion(x, y);
	return ptr->GetSolid(x - ptr->GetX(), y - ptr->GetY());
}