Esempio n. 1
0
void GameWorld::ImportantObjectDestroyed(const unsigned short x, const MapCoord y)
{
	WindowManager::inst().Close(CreateGUIID(x,y));
}
Esempio n. 2
0
void GameWorld::ImportantObjectDestroyed(const MapPoint pt)
{
    WINDOWMANAGER.Close(CreateGUIID(pt));
}