This commit is contained in:
Daveo 2001-04-19 15:36:49 +00:00
parent 2feb81322e
commit 1626aebb17
5 changed files with 21 additions and 2 deletions

View file

@ -697,6 +697,18 @@ sLayerThing &ThisThing=ThingList[CurrentThing];
GUIThingPointUpdate();
}
/*****************************************************************************/
int CLayerThing::GetWidth()
{
return(theApp.GetCurrent()->GetMapWidth());
}
/*****************************************************************************/
int CLayerThing::GetHeight()
{
return(theApp.GetCurrent()->GetMapHeight());
}
/*****************************************************************************/
/*****************************************************************************/
/*****************************************************************************/