6 #include <farplug-mb.h>
7 using namespace oldfar
;
13 MAX_COMMAND_PREFIX
= 50
15 std::string plugin_path
;
16 std::string command_prefix
;
17 std::vector
<std::string
> configs
;
18 struct PluginStartupInfo info
;
20 void Startup(const struct PluginStartupInfo
*Info
);
22 inline bool IsStarted() const {return _started
; }
24 const char *GetMsg(int id
);
27 bool _started
= false;