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
Merge branch 'ct' of git.pipapo.org:cinelerra-ct into ct
[cinelerra_cv/ct.git]
/
cinelerra
/
plugin.inc
blob
805ea82bd607950a0923fed93942b3beb556aec6
1
#ifndef PLUGIN_INC
2
#define PLUGIN_INC
3
4
class Plugin;
5
class PluginShowToggle;
6
7
#define PLUGIN_NONE 0
8
#define PLUGIN_STANDALONE 1
9
#define PLUGIN_SHAREDPLUGIN 2
10
#define PLUGIN_SHAREDMODULE 3
11
12
#endif
13
/*
14
// Local Variables:
15
// mode: C++
16
// c-file-style: "linux"
17
// End:
18
*/