This commit is contained in:
Daveo 2000-11-28 21:16:00 +00:00
parent c94e338dd7
commit afcfbf7547
16 changed files with 351 additions and 184 deletions

View file

@ -20,15 +20,3 @@
/*****************************************************************************/
/*****************************************************************************/
/*****************************************************************************/
char *CLayer::GetName()
{
return(Name);
}
/*****************************************************************************/
void CLayer::SetName(char *_Name)
{
sprintf(Name,"%s",_Name);
}
/*****************************************************************************/