- plugins: add configparam 'shellwindow'

This commit is contained in:
svenhoefer
2014-09-17 18:04:54 +02:00
parent 5771ff5f94
commit b46ad0c5ae
2 changed files with 35 additions and 2 deletions

View File

@@ -81,6 +81,7 @@ class CPlugins
int posx, posy, sizex, sizey;
bool showpig;
bool needoffset;
bool shellwindow;
bool hide;
bool operator< (const plugin& a) const
{
@@ -129,6 +130,7 @@ class CPlugins
void startPlugin(const char * const filename); // start plugins by filename
void startPlugin_by_name(const std::string & name); // start plugins by "name=" in .cfg
void startScriptPlugin(int number);
void popenScriptPlugin(const char * script);
void startLuaPlugin(int number);
bool hasPlugin(CPlugins::p_type_t type);