2016-01-06 20:02:06 +00:00
|
|
|
#pragma once
|
2015-11-20 21:20:19 +00:00
|
|
|
|
2017-09-10 20:17:17 +00:00
|
|
|
#include "core/Phone.h"
|
|
|
|
#include "core/Shape.h"
|
|
|
|
#include "time/ContinuousTimeline.h"
|
2016-12-21 21:30:38 +00:00
|
|
|
#include "targetShapeSet.h"
|
2015-11-20 21:20:19 +00:00
|
|
|
|
2016-12-21 21:30:38 +00:00
|
|
|
JoiningContinuousTimeline<Shape> animate(const BoundedTimeline<Phone>& phones, const ShapeSet& targetShapeSet);
|