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
/
apluginset.h
blob
a6e26d9c654be2d7179197df149fbd1376580293
1
#ifndef APLUGINSET_H
2
#define APLUGINSET_H
3
4
#include
"edl.inc"
5
#include
"pluginset.h"
6
7
class
APluginSet
:
public
PluginSet
8
{
9
public
:
10
APluginSet
(
EDL
*
edl
,
Track
*
track
);
11
~
APluginSet
();
12
13
Plugin
*
create_plugin
();
14
};
15
16
#endif