rewrite nearly complete

This commit is contained in:
itsmattkc
2019-04-03 01:38:01 +11:00
parent 8989333e99
commit 2d4714547b
102 changed files with 3213 additions and 2892 deletions
+6
View File
@@ -0,0 +1,6 @@
#include "ghost.h"
Selection Ghost::ToSelection() const
{
return Selection(in, out, track);
}