mirror of
https://github.com/brunoherbelin/vimix.git
synced 2025-12-12 02:40:00 +01:00
Reordering of Sources in list.
This commit is contained in:
@@ -43,7 +43,8 @@ public:
|
||||
std::list<uint64_t> getIdList() const;
|
||||
|
||||
SourceList::iterator at (int index);
|
||||
int index (SourceList::iterator it) const;
|
||||
int index (SourceList::iterator it) const;
|
||||
void move (int current_index, int target_index);
|
||||
|
||||
// update all sources and mark sources which failed
|
||||
void update (float dt);
|
||||
|
||||
Reference in New Issue
Block a user