Merge branch 'ct' of git.pipapo.org:cinelerra-ct into ct
[cinelerra_cv/ct.git] / cinelerra / apluginset.h
blob3e81346afa099c20bbd8d4508c216831b1545d13
1 #ifndef APLUGINSET_H
2 #define APLUGINSET_H
4 #include "edl.inc"
5 #include "pluginset.h"
7 class APluginSet : public PluginSet
9 public:
10 APluginSet(EDL *edl, Track *track);
11 ~APluginSet();
13 Plugin* create_plugin();
16 #endif
18 // Local Variables:
19 // mode: C++
20 // c-file-style: "linux"
21 // End: