Settings: Add bool get()

This commit is contained in:
Eelco Dolstra 2014-09-17 15:18:13 +02:00
parent eca29bd72d
commit d37d012774
4 changed files with 13 additions and 3 deletions

View file

@ -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();