Merge branch 'ct' of git.pipapo.org:cinelerra-ct into ct
[cinelerra_cv/ct.git] / cinelerra / aautomation.h
blob2b082af8839a5ba2842d67eb7a50067feda80a41
1 #ifndef AAUTOMATION_H
2 #define AAUTOMATION_H
4 #include "automation.h"
5 #include "edl.inc"
6 #include "track.inc"
8 class AAutomation : public Automation
10 public:
11 AAutomation(EDL *edl, Track *track);
12 ~AAutomation();
13 int create_objects();
17 #endif
19 // Local Variables:
20 // mode: C++
21 // c-file-style: "linux"
22 // End: