Setting

Represents a key-value pair from the ini

struct Setting {
string name;
string type;
string value;
}

Meta