33const std::vector<std::string> PLUGIN_TYPE_NAMES{
"Required",
The fomod namespace contains classes used for parsing a FOMOD xml file and for creating an installer.
Definition dependency.h:22
PluginType
Describes how a plugin is presented.
Definition plugintype.h:20
@ not_usable
Cannot be installed.
Definition plugintype.h:28
@ recommended
Should be installed.
Definition plugintype.h:26
@ could_be_usable
Usage unclear, will be treated like optional.
Definition plugintype.h:30
@ optional
Can be installed.
Definition plugintype.h:24
@ required
Always installed.
Definition plugintype.h:22