repo.or.cz
/
cinelerra_cv.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
r668: Configure.in and autogen.sh cleanup based on ideas by giskard.
[cinelerra_cv.git]
/
cinelerra
/
pluginautos.h
blob
1e8e3d78c6cf893cd948932332b4b7e6f51ea6f0
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