Merge branch 'ct' of git.pipapo.org:cinelerra-ct into ct
[cinelerra_cv/ct.git] / cinelerra / plugin.inc
blob805ea82bd607950a0923fed93942b3beb556aec6
1 #ifndef PLUGIN_INC
2 #define PLUGIN_INC
4 class Plugin;
5 class PluginShowToggle;
7 #define PLUGIN_NONE 0
8 #define PLUGIN_STANDALONE 1
9 #define PLUGIN_SHAREDPLUGIN 2
10 #define PLUGIN_SHAREDMODULE 3
12 #endif
14 //      Local Variables:
15 //      mode: C++
16 //      c-file-style: "linux"
17 //      End: