Limo
A simple mod manager
Loading...
Searching...
No Matches
plugindependency.h
Go to the documentation of this file.
1
5
6#pragma once
7
8#include "dependency.h"
9#include "plugintype.h"
10
11
16namespace fomod
17{
26}
Represents a fomod dependency tree node.
Definition dependency.h:27
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
Header for the PluginType enum.
Represents a possible plugin type.
Definition plugindependency.h:20
PluginType type
Possible type.
Definition plugindependency.h:22
Dependency dependencies
Conditions which must be fulfilled for a plugin to take this type.
Definition plugindependency.h:24