Code cleanup

This commit is contained in:
Bruno Herbelin
2021-12-20 00:30:59 +01:00
parent 733d08638d
commit fb7bdba388
3 changed files with 8 additions and 1 deletions

View File

@@ -30,6 +30,7 @@ public:
Interpolator();
~Interpolator();
void clear ();
void add (Source *s, const SourceCore &target );
void apply (float percent);