This commit is contained in:
parent
c94e338dd7
commit
afcfbf7547
16 changed files with 351 additions and 184 deletions
|
@ -20,15 +20,3 @@
|
|||
/*****************************************************************************/
|
||||
/*****************************************************************************/
|
||||
/*****************************************************************************/
|
||||
char *CLayer::GetName()
|
||||
{
|
||||
return(Name);
|
||||
}
|
||||
|
||||
/*****************************************************************************/
|
||||
void CLayer::SetName(char *_Name)
|
||||
{
|
||||
sprintf(Name,"%s",_Name);
|
||||
}
|
||||
|
||||
/*****************************************************************************/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue