don't use vector for GetPluginOptions (usable with other languages now)
This commit is contained in:
@@ -144,4 +144,10 @@ namespace PluginConfig
|
||||
ConfigType cfgType;
|
||||
void* data;
|
||||
};
|
||||
|
||||
struct PluginConfigArray
|
||||
{
|
||||
int len;
|
||||
PluginConfigOption* options;
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user