first commit of big refactor
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
#ifndef PROJECTELEMENTS_H
|
||||
#define PROJECTELEMENTS_H
|
||||
|
||||
// includes elements the user can use in a project
|
||||
#include "media.h"
|
||||
#include "footage.h"
|
||||
#include "sequence.h"
|
||||
|
||||
// includes elements the user can use in a sequence
|
||||
#include "clip.h"
|
||||
#include "transition.h"
|
||||
#include "marker.h"
|
||||
#include "effect.h"
|
||||
|
||||
#endif // PROJECTELEMENTS_H
|
||||
Reference in New Issue
Block a user