repo.or.cz
/
cinelerra_cv.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
r668: Configure.in and autogen.sh cleanup based on ideas by giskard.
[cinelerra_cv.git]
/
cinelerra
/
plugin.inc
blob
f1f71b517b6367aa484b1562e2cc857a163c94e7
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