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
r956: README.BUILD - add more library recommendations
[cinelerra_cv/ct.git]
/
cinelerra
/
aautomation.h
blob
52a70a9dff8f954eecc8e1becb997432f99754f7
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