This commit is contained in:
parent
2feb81322e
commit
1626aebb17
5 changed files with 21 additions and 2 deletions
|
@ -697,6 +697,18 @@ sLayerThing &ThisThing=ThingList[CurrentThing];
|
|||
GUIThingPointUpdate();
|
||||
}
|
||||
|
||||
/*****************************************************************************/
|
||||
int CLayerThing::GetWidth()
|
||||
{
|
||||
return(theApp.GetCurrent()->GetMapWidth());
|
||||
}
|
||||
|
||||
/*****************************************************************************/
|
||||
int CLayerThing::GetHeight()
|
||||
{
|
||||
return(theApp.GetCurrent()->GetMapHeight());
|
||||
}
|
||||
|
||||
/*****************************************************************************/
|
||||
/*****************************************************************************/
|
||||
/*****************************************************************************/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue