repo.or.cz
/
cinelerra_cv
/
ct.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge branch 'ct' of git.pipapo.org:cinelerra-ct into ct
[cinelerra_cv/ct.git]
/
cinelerra
/
aautomation.h
blob
2b082af8839a5ba2842d67eb7a50067feda80a41
1
#ifndef AAUTOMATION_H
2
#define AAUTOMATION_H
3
4
#include
"automation.h"
5
#include
"edl.inc"
6
#include
"track.inc"
7
8
class
AAutomation
:
public
Automation
9
{
10
public
:
11
AAutomation
(
EDL
*
edl
,
Track
*
track
);
12
~
AAutomation
();
13
int
create_objects
();
14
};
15
16
17
#endif
18
/*
19
// Local Variables:
20
// mode: C++
21
// c-file-style: "linux"
22
// End:
23
*/