7 lines
122 B
C++
7 lines
122 B
C++
#include "ghost.h"
|
|
|
|
Selection Ghost::ToSelection() const
|
|
{
|
|
return Selection(in, out, track->Sibling(track_movement));
|
|
}
|