Cleanup: split sequencer.c file

Move most functions into separate files.

File sequencer.c is reserved for alloc, free and duplicating functions.

There should be no functional changes.
This commit is contained in:
2020-11-16 05:02:30 +01:00
parent 52a189936b
commit 01db805a82
28 changed files with 3704 additions and 3046 deletions

View File

@@ -50,8 +50,9 @@
#include "SEQ_sequencer.h"
#include "render.h"
#include "sequencer.h"
#include "image_cache.h"
#include "prefetch.h"
#include "strip_time.h"
/**
* Sequencer Cache Design Notes