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
r1014: Enable horizontal scrolling with the mouse wheel by pressing Ctrl.
[cinelerra_cv/ct.git]
/
cinelerra
/
vplugin.h
blob
286a9256954f03c65600bd0e8c7ee5d91a68d258
1
#ifndef VPLUGIN_H
2
#define VPLUGIN_H
3
4
#include
"edl.inc"
5
#include
"plugin.h"
6
#include
"pluginset.inc"
7
8
class
VPlugin
:
public
Plugin
9
{
10
public
:
11
VPlugin
(
EDL
*
edl
,
PluginSet
*
plugin_set
);
12
~
VPlugin
();
13
};
14
15
16
17
18
#endif