2016-01-06 20:02:06 +00:00
|
|
|
#pragma once
|
2015-11-20 21:20:19 +00:00
|
|
|
|
|
|
|
#include "Phone.h"
|
|
|
|
#include "Shape.h"
|
2016-05-02 18:31:59 +00:00
|
|
|
#include "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);
|