Settings: Add bool get()
This commit is contained in:
parent
eca29bd72d
commit
d37d012774
4 changed files with 13 additions and 3 deletions
|
|
@ -25,6 +25,8 @@ struct Settings {
|
|||
|
||||
Strings get(const string & name, const Strings & def);
|
||||
|
||||
bool get(const string & name, bool def);
|
||||
|
||||
void update();
|
||||
|
||||
string pack();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue