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
/
pluginautos.h
blob
6e1c01b4af395bf25230b372031a0252b28a934b
1
#ifndef PLUGINAUTOS_H
2
#define PLUGINAUTOS_H
3
4
#include
"autos.h"
5
#include
"edl.inc"
6
#include
"filexml.inc"
7
#include
"track.inc"
8
9
class
PluginAutos
:
public
Autos
10
{
11
public
:
12
PluginAutos
(
EDL
*
edl
,
Track
*
track
);
13
~
PluginAutos
();
14
15
16
17
};
18
19
#endif
20
/*
21
// Local Variables:
22
// mode: C++
23
// c-file-style: "linux"
24
// End:
25
*/