Setting with an integer value. More...
#include <settings.h>
Public Attributes | |
std::string | name |
Name of setting. | |
std::string | comment |
A more verbose explanation what the setting does. | |
int | val |
The value of the setting. | |
bool | negative |
Is the value allowed to be negative? | |
Setting with an integer value.