Merge branch 'ct' of git.pipapo.org:cinelerra-ct into ct
[cinelerra_cv/ct.git] / cinelerra / aplugin.h
blob72c484b9ecb59af2df43577edcd3e94946db49ec
1 #ifndef APLUGIN_H
2 #define APLUGIN_H
4 #include "edl.inc"
5 #include "plugin.h"
6 #include "pluginset.inc"
8 class APlugin : public Plugin
10 public:
11 APlugin(EDL *edl, PluginSet *plugin_set);
12 ~APlugin();
15 #endif
17 // Local Variables:
18 // mode: C++
19 // c-file-style: "linux"
20 // End: