mirror of
https://github.com/brunoherbelin/vimix.git
synced 2025-12-11 18:34:58 +01:00
Work-in-progress: Interpolation of snapshot in Action manager
This commit is contained in:
@@ -5,9 +5,11 @@
|
||||
#include <glm/glm.hpp>
|
||||
|
||||
class Source;
|
||||
class SourceCore;
|
||||
class Session;
|
||||
|
||||
typedef std::list<Source *> SourceList;
|
||||
typedef std::list<SourceCore *> SourceCoreList;
|
||||
|
||||
SourceList depth_sorted (const SourceList &list);
|
||||
SourceList mixing_sorted (const SourceList &list, glm::vec2 center = glm::vec2(0.f, 0.f));
|
||||
|
||||
Reference in New Issue
Block a user