6 #include "keyframe.inc"
9 // Keyframes inherit from Autos to reuse the editing commands but
10 // keyframes don't belong to tracks. Instead they belong to plugins
11 // because their data is specific to plugins.
14 class KeyFrames
: public Autos
17 KeyFrames(EDL
*edl
, Track
*track
);
28 // c-file-style: "linux"