00001 #ifndef PLUGIN_INC 00002 #define PLUGIN_INC 00003 00004 class Plugin; 00005 class PluginShowToggle; 00006 00007 #define PLUGIN_NONE 0 00008 #define PLUGIN_STANDALONE 1 00009 #define PLUGIN_SHAREDPLUGIN 2 00010 #define PLUGIN_SHAREDMODULE 3 00011 00012 #endif
1.4.4