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