r1053: Add Russian translation.
[cinelerra_cv.git] / cinelerra / vpluginset.h
blob517b68a56d3deca97818a12fd2666850d96cfe84
1 #ifndef VPLUGINSET_H
2 #define VPLUGINSET_H
4 #include "edl.inc"
5 #include "pluginset.h"
7 class VPluginSet : public PluginSet
9 public:
10 VPluginSet(EDL *edl, Track *track);
11 ~VPluginSet();
13 Plugin* create_plugin();
16 #endif