r370: Heroine Virutal's official release 1.2.1
[cinelerra_cv/mob.git] / hvirtual / cinelerra / vautomation.h
blobd14001fe821e1a1ab35f1b53031861456846c8f3
1 #ifndef VAUTOMATION_H
2 #define VAUTOMATION_H
4 #include "automation.h"
5 #include "edl.inc"
6 #include "track.inc"
8 class VAutomation : public Automation
10 public:
11 VAutomation(EDL *edl, Track *track);
12 ~VAutomation();
14 int create_objects();
16 int direct_copy_possible(int64_t start, int direction);
20 #endif